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

Method add

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

Source from the content-addressed store, hash-verified

196 type Output = FL32;
197 #[inline]
198 fn add(self, rhs: FL32) -> FL32
199 {
200 FL32(self.0 + rhs.0)
201 }
202}
203
204impl Add<f32> for FL32

Callers

nothing calls this directly

Calls 1

FL32Class · 0.85

Tested by

no test coverage detected