[Go to site: main page, start]

CodeQL library for Go
codeql/go-all 7.1.2 (changelog, source)

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