CodeQL library for C/C++
codeql/cpp-all 6.0.1 (changelog, source)
Search

Primitive predicate float::ceilFloat

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

float ceilFloat()