11-05-2022, 06:11 PM
I was thinking the use of ABS would have prevented the rounding effect from double to single, but even if it the formula is written b = (abs(a))*10000000 , Abs isn't working but
b = Fix(A*10000000) does the trick.
Thanks gang.
b = Fix(A*10000000) does the trick.
Thanks gang.