Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

ceil

Function ceil 

Source
pub fn ceil(x: f64) -> f64
Expand description

Ceil (f64)

Finds the nearest integer greater than or equal to x.