NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
ceil multimethod
ceil multimethod
Methods
ceil(
r:
Real
)
Ceil a number
Example
ceil(1.1) # 2.0 ceil(-1.1) # -1.0