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

Method from

src/math/float/fl.rs:320–323  ·  view source on GitHub ↗
(n: f32)

Source from the content-addressed store, hash-verified

318{
319 #[inline]
320 fn from(n: f32) -> FL32
321 {
322 FL32(n)
323 }
324}
325
326impl From<FL32> for f32

Callers

nothing calls this directly

Calls 2

FL32Class · 0.85
intoMethod · 0.80

Tested by

no test coverage detected