'ceil()'ceil() |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Round a Real number towards plus infinity
ceil(x)
Returns the smallest integer not less than x
.
Result and argument shall have type Real.
[Note, outside of a when clause state events are
triggered when the return value changes discontinuously.]
ceil({-3.14, 3.14}) = {-3.0, 4.0}