Difference between revisions of "LC"
Jump to navigation
Jump to search
no edit summary
imported>Low Post |
imported>Low Post |
||
Line 8: | Line 8: | ||
Used to perform accurate calculations on very large or very small integer variables, as the Oblivion [[Set]] command is only accurate for variables within the range [-8,388,608, 8,388,607]. | Used to perform accurate calculations on very large or very small integer variables, as the Oblivion [[Set]] command is only accurate for variables within the range [-8,388,608, 8,388,607]. | ||
If Rounded is different than 0, then result is rounded to the closest integer. | ==Notes== | ||
*If Rounded is different than 0, then result is rounded to the closest integer. | |||
*LC ignores all characters in Formula but 0 1 2 3 4 5 6 7 8 9 . $ + - * / % ( ) p. | |||
*LC accepts floats as constant in the Formula string. | |||
*LC accepts a lowcase p as a Power operator. | |||
==Example== | ==Example== |