Function add

Source
fn add<F: Float>(a: F, b: F) -> F
where u32: CastInto<F::Int>, F::Int: CastInto<u32> + CastInto<i32>, i32: CastInto<F::Int>,
Expand description

Returns a + b