Function numbers_rus::floats::base_float::base_float::subtract_float
source · pub fn subtract_float(left: f64, right: f64) -> f64Expand description
This function takes two f64 numbers as arguments, left and right, and returns their difference as an f64 where left is substracted by right.