☰
libm
All crates
[
−
]
[src]
Function
libm
::
ceil
pub fn ceil(x: f64) -> f64
Ceil (f64)
Finds the nearest integer greater than or equal to
x
.