1 2 3 4 5 6
#[allow(unused_imports)] use core_maths::*; use crate::scalar::macros::impl_float_scalar; impl_float_scalar!(f32, f64);