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

Method rem

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

Source from the content-addressed store, hash-verified

532 type Output = FL32;
533 #[inline]
534 fn rem(self, rhs: FL32) -> FL32
535 {
536 FL32(self.0 % rhs.0)
537 }
538}
539
540impl Rem<f32> for FL32

Callers

nothing calls this directly

Calls 1

FL32Class · 0.85

Tested by

no test coverage detected