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

Method div

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

Source from the content-addressed store, hash-verified

262 type Output = FL32;
263 #[inline]
264 fn div(self, rhs: FL32) -> FL32
265 {
266 FL32(self.0 / rhs.0)
267 }
268}
269
270impl Div<f32> for FL32

Callers

nothing calls this directly

Calls 1

FL32Class · 0.85

Tested by

no test coverage detected