CodeQL library for Go
codeql/go-all 0.7.15-dev (changelog, source)
Search

Primitive predicate float::copySign

Returns the floating point number with the magnitude of the receiver and the sign of the argument.

float copySign(float sign)