[Go to site: main page, start]

CodeQL library for Rust
codeql/rust-all 0.2.15 (changelog, source)

Primitive predicate float::floorFloat

Returns the largest float that is a mathematical integer smaller than or equal to the receiver. The result is equal to the receiver if the receiver is NaN, an infinity, or negative zero.

float floorFloat()