
Home / Autodocs / mathieeedoubbas.library
NAME
- IEEEDPCeil
-
compute Ceil function of IEEE double precision number
SYNOPSIS
FUNCTION
Calculate the least integer greater than or equal to x and return it. This value may have more than 32 bits of significance. This identity is true. Ceil(x) = -Floor(-x).
INPUTS
- y
-
IEEE double precision floating point value
RESULT
- x
-
IEEE double precision floating point value
SEE ALSO