18.06.2012, 11:17
Can i ask, what is the maximum and minimum size of a float for PAWN ?
printf("Float: %f", cellmin - 1);
printf("Float: %f", cellmin);
printf("Float: %f", cellmin + 1);
Originally Posted by wikipedia
Hence (for the example parameters) the smallest non-zero positive number that can be represented is 1Ч10−101 and the largest is 9999999Ч1090 (9.999999Ч1096), and the full range of numbers is −9.999999Ч1096 through 9.999999Ч1096. The numbers −b1−emax and b1−emax (here, −1Ч10−95 and 1Ч10−95) are the smallest (in magnitude) normal numbers; non-zero numbers between these smallest numbers are called subnormal numbers.
|