Hi to all,
if possible I would like to know the precison of the math functions of PureBasic 4 beta 9.
For example for the square root of a number, the Pow function seems more precise than the Sqr() function (see the simple test below)
;------- test code -----------
x.d = 2
Debug Pow(x,0.5)
Debug Sqr(x)
;-----------------------------
Any suggestions?
Thanks!
Sergio

