Docs » Autodocs » mathffp.library » SPCeil
SPCeil -- Compute Ceil function of a number.
x = SPCeil(y) D0 D0 float SPCeil(float y);
Calculate the least integer greater than or equal to x and return it. This identity is true. Ceil(x) = -Floor(-x).
y - Motorola Fast Floating Point Format Number.
x - Motorola Fast Floating Point Format Number.
None.
SPFloor()
|