[Go to site: main page, start]

CodeQL library for Rust
codeql/rust-all 0.2.15 (changelog, source)

Primitive predicate float::signum

Returns the sign of the receiver: zero if it is zero, 1.0 if it is greater than zero, -1.0 if it is less than zero.

float signum()