MCPcopy Create free account
hub / github.com/digama0/lean-sys / lean_float_negate

Function lean_float_negate

src/primitive/float.rs:55–57  ·  view source on GitHub ↗
(a: f64)

Source from the content-addressed store, hash-verified

53 a / b
54}
55pub fn lean_float_negate(a: f64) -> f64 {
56 -a
57}
58pub fn lean_float_beq(a: f64, b: f64) -> u8 {
59 (a == b) as u8
60}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected