Difference between revisions of "Category talk:Variables"
Jump to navigation
Jump to search
m
stupid closing tags
imported>DragoonWraith (question) |
imported>DragoonWraith m (stupid closing tags) |
||
Line 54: | Line 54: | ||
:::The operators all do float arithmetic however, correct? So you can do this: | :::The operators all do float arithmetic however, correct? So you can do this: | ||
:::<pre>set longVar to (some number above float precision) | :::<pre>set longVar to (some number above float precision)</pre> | ||
:::but not | :::but not | ||
:::<pre>set longVar to (some number) + (some other number so that the sum is above float precision) | :::<pre>set longVar to (some number) + (some other number so that the sum is above float precision)</pre> | ||
:::right? | :::right? | ||
::: | :::[[User:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">D</span>ragoon <span style="font-family: Oblivion, Daedric Runes; size=2;">W</span>raith]] [[User_talk:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">TALK</span>]] 18:38, 7 April 2008 (EDT) |