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

floorf

Function floorf 

Source
pub fn floorf(x: f32) -> f32
Expand description

Floor (f32)

Finds the nearest integer less than or equal to x.