The math module: Math without the pain
When plain +, -, *, / are not enough, use math. It is implemented in C, so it is fast and precise. Functions return floating-point numbers even when the result looks like an integer.
When plain +, -, *, / are not enough, use math. It is implemented in C, so it is fast and precise. Functions return floating-point numbers even when the result looks like an integer.