Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
646
impl UpperExp for FL32
Callers
nothing calls this directly
Calls
2
FL32
Class · 0.85
map
Method · 0.45
Tested by
no test coverage detected