Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
What is the highest value possible for a float value in PAWN?
Posts: 613
Threads: 11
Joined: Aug 2010
Reputation:
0
Due to how float values work, its safe to say infinite. But precision is lost with higher values.
However, if you dont want to lose any data, then its 2^23. the other 9 bits are used for the exponent and sign.