This shows you the differences between two versions of the page.
— |
set_floating_point_precision [2006/08/29 16:08] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: set_floating_point_precision.txt,v 1.2 2006/08/19 10:15:16 sthalik Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[set]] floating_point_precision [number] | ||
+ | |||
+ | ======Description:====== | ||
+ | This sets the number of decimal places that each floating point operation | ||
+ | is rounded to. Setting it to 0 is not necessarily the same thing as | ||
+ | turning floating_point_math off. The default is 6. | ||
+ | |||
+ | ======History:====== | ||
+ | __SET__ __FLOATING_POINT_PRECISION__ first appeared in EPIC4-1.1.9. | ||