Expand description
Common mathematical operations
Constants§
Traits§
- Adds convenience methods to
f32
andf64
.
Functions§
- Factor a quartic into two quadratics.
- Find real roots of cubic equation.
- Solve an arbitrary function for a zero-crossing.
- Find real roots of quadratic equation.
- Find real roots of a quartic equation.