Skip to main content

divide

Function divide 

Source
pub fn divide(a: f64, b: f64) -> Value<f64, DivisionByZero>
Expand description

Division that catches exact zero. A demonstration of Value<T, B>.