fn from_f32()
in
src/main.rs [138:140]
3
lines of code
1
McCabe index (conditional complexity)
fn from_f32(f: f32) -> Self { half::bf16::from_f32(f) }