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

Method sum

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

Source from the content-addressed store, hash-verified

636{
637 #[inline]
638 fn sum<I>(iter: I) -> Self
639 where
640 I: Iterator<Item = FL32>,
641 {
642 FL32(f32::sum(iter.map(f32::from)))
643 }
644}
645
646impl UpperExp for FL32

Callers

nothing calls this directly

Calls 2

FL32Class · 0.85
mapMethod · 0.45

Tested by

no test coverage detected