compiler_
builtins
1.89.0-nightly-777d37277-2025-05-17
In compiler_
builtins::
math::
libm_
math::
ceil
compiler_builtins
::
math
::
libm_math
::
ceil
Function
ceilf128
Copy item path
Source
pub fn ceilf128(x:
f128
) ->
f128
Expand description
Ceil (f128)
Finds the nearest integer greater than or equal to
x
.