Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/digama0/lean-sys
/ lean_float_div
Function
lean_float_div
src/primitive/float.rs:52–54 ·
view source on GitHub ↗
(a: f64, b: f64)
Source
from the content-addressed store, hash-verified
50
a * b
51
}
52
pub fn lean_float_div(a: f64, b: f64) -> f64 {
53
a / b
54
}
55
pub fn lean_float_negate(a: f64) -> f64 {
56
-a
57
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected