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

Function lean_float_mul

src/primitive/float.rs:49–51  ·  view source on GitHub ↗
(a: f64, b: f64)

Source from the content-addressed store, hash-verified

47 a - b
48}
49pub fn lean_float_mul(a: f64, b: f64) -> f64 {
50 a * b
51}
52pub fn lean_float_div(a: f64, b: f64) -> f64 {
53 a / b
54}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected