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

Method product

src/math/float/fl.rs:522–527  ·  view source on GitHub ↗
(iter: I)

Source from the content-addressed store, hash-verified

520{
521 #[inline]
522 fn product<I>(iter: I) -> Self
523 where
524 I: Iterator<Item = FL32>,
525 {
526 FL32(f32::product(iter.map(f32::from)))
527 }
528}
529
530impl Rem for FL32

Callers

nothing calls this directly

Calls 2

FL32Class · 0.85
mapMethod · 0.45

Tested by

no test coverage detected