Expand description
Math functions for no_std compatibility.
In no_std mode, f64 doesn’t have transcendental methods like sqrt, ln, cos, etc. This module provides these functions using libm.
Math functions for no_std compatibility.
In no_std mode, f64 doesn’t have transcendental methods like sqrt, ln, cos, etc. This module provides these functions using libm.