M
Mathew Uthup
Does any body know why the following code returns wrong value
Int(log(128)/log(2)) returns 6 intsead of 7 ?
Executing the code without the Int function returns the currect value
for example log(128)/ log (2) returns correctly 7 ..
Is this a bug in the int function or the log function..?
Mathew
Int(log(128)/log(2)) returns 6 intsead of 7 ?
Executing the code without the Int function returns the currect value
for example log(128)/ log (2) returns correctly 7 ..
Is this a bug in the int function or the log function..?
Mathew