Ceil
Revision as of 20:22, 21 August 2006 by imported>TheImperialDragon
A command for Oblivion Script Extender
- Performs the same function as this does: Ceiling and Floor
Syntax:
ceil [float]
Returns the nearest whole number above a number
Example
set n to ceil 5.234
n = 6