ceil ceilf ceill
ceil(+2.4) = +3.0 ceil(-2.4) = -2.0 ceil(-0.0) = -0.0 ceil(-Inf) = -inf This function (for double argument) behaves as if (except for the freedom to not raiseFE_INEXACT) implemented by Trigonometric and hyperbolic functions Errors are reported as specified inmath_errhandling. Nearest integer floating point operations 7.22 Type-generic math tgmath.h (p: 335-337) The largest representable floating-point values … Read more