Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ mul
Method
mul
src/math/float/fl.rs:403–406 ·
view source on GitHub ↗
(self, rhs: FL32)
Source
from the content-addressed store, hash-verified
401
type Output = FL32;
402
#[inline]
403
fn mul(self, rhs: FL32) -> FL32
404
{
405
FL32(self.0 * rhs.0)
406
}
407
}
408
409
impl Mul<f32> for FL32
Callers
nothing calls this directly
Calls
1
FL32
Class · 0.85
Tested by
no test coverage detected