math_ module¶
Math utilities.
add_nb function¶
Add two floats.
is_addition_zero_nb function¶
Tell whether addition of two values yields zero.
is_close_nb function¶
Tell whether two values are approximately equal.
is_close_or_greater_nb function¶
Tell whether the first value is approximately equal to or greater than the second value.
is_close_or_less_nb function¶
Tell whether the first value is approximately equal to or less than the second value.
is_greater_nb function¶
Tell whether the first value is approximately greater than the second value.
is_less_nb function¶
Tell whether the first value is approximately less than the second value.
round_nb function¶
Round a float to a number of decimals.