CodeQL library for Python
codeql/python-all 4.0.18-dev (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()