MCPcopy 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)]
28pub struct FL32(pub f32);
29
30impl FL32
31{

Callers 9

addMethod · 0.85
divMethod · 0.85
fromMethod · 0.85
mulMethod · 0.85
negMethod · 0.85
productMethod · 0.85
remMethod · 0.85
subMethod · 0.85
sumMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected