Posted: Sat Mar 08, 2003 1:30 am
Restored from previous forum. Originally posted by Andre.
Someone sent me this test code (little modified by me):
What is the exact possible value range of float variables? (Manual says "unlimited".)
Regards
André
*** German PureBasic Support ***
Someone sent me this test code (little modified by me):
Code: Select all
DefType.f
v=3568464845
y=3447
x=v/y
MessageRequester("Calc",StrF(x),0)
Regards
André
*** German PureBasic Support ***