Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ neg
Method
neg
src/math/float/fl.rs:460–463 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
458
type Output = FL32;
459
#[inline]
460
fn neg(self) -> FL32
461
{
462
FL32(-self.0)
463
}
464
}
465
466
impl Num for FL32
Callers
nothing calls this directly
Calls
1
FL32
Class · 0.85
Tested by
no test coverage detected