CodeQL library for Ruby
codeql/ruby-all 5.1.4 (changelog, source)
Search

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()