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

Function lean_float_decLt

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

Source from the content-addressed store, hash-verified

62 (a <= b) as u8
63}
64pub fn lean_float_decLt(a: f64, b: f64) -> u8 {
65 (a < b) as u8
66}
67pub fn lean_uint8_to_float(a: u8) -> f64 {
68 a as f64
69}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected