I doing a random name generator and I found something wierd...

//echo $calc(2 / 1)

I believe this command should show 2 on current window, but it does not. If you try:

//echo $calc(1 / 2)

it's shows, why? It happens to //echo $calc($log(10) / $log(10)) also

Last edited by ChRoNoN; 12/07/04 02:21 AM.