Sitelet https://codeql.github.com/codeql-standard-libraries/java/predicate.float$ceilFloat.0.html
CodeQL library for Java/Kotlin
codeql/java-all 9.2.3 (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()