Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ FL32
Class
FL32
src/math/float/fl.rs:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
// This is a wrapper for 32-bit floating-points.
27
#[derive(Copy, Clone, Debug, Default, PartialEq, PartialOrd)]
28
pub struct FL32(pub f32);
29
30
impl FL32
31
{
Callers
9
add
Method · 0.85
div
Method · 0.85
from
Method · 0.85
mul
Method · 0.85
neg
Method · 0.85
product
Method · 0.85
rem
Method · 0.85
sub
Method · 0.85
sum
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected