MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / sub

Method sub

src/math/float/fl.rs:582–585  ·  view source on GitHub ↗
(self, rhs: FL32)

Source from the content-addressed store, hash-verified

580 type Output = FL32;
581 #[inline]
582 fn sub(self, rhs: FL32) -> FL32
583 {
584 FL32(self.0 - rhs.0)
585 }
586}
587
588impl Sub<f32> for FL32

Callers

nothing calls this directly

Calls 1

FL32Class · 0.85

Tested by

no test coverage detected