ceil: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *(\[\[.*\]\],? ?)+ * \}\}" to "|seealso= $1 }}")
m (Fix bad regex effects)
Line 20: Line 20:
Result is -5
Result is -5


|seealso= [[Math Commands]]
|seealso= [[floor]], [[round]], [[linearConversion]], [[Math Commands]]
}}
}}



Revision as of 00:11, 17 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Math

Syntax

Syntax:
Syntax needed
Parameters:
x: Number
Return Value:
Return value needed

Examples

Example 1:
ceil 5.25
Result is 6
Example 2:
ceil -5.25
Result is -5

Additional Information

See also:
floorroundlinearConversionMath Commands

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note