[][src]Module kurbo::common

Common mathematical operations

Constants

GAUSS_LEGENDRE_COEFFS_3
GAUSS_LEGENDRE_COEFFS_5
GAUSS_LEGENDRE_COEFFS_7
GAUSS_LEGENDRE_COEFFS_9
GAUSS_LEGENDRE_COEFFS_11
GAUSS_LEGENDRE_COEFFS_24

Traits

FloatExt

Adds convenience methods to f32 and f64.

Functions

solve_cubic

Find real roots of cubic equation.

solve_quadratic

Find real roots of quadratic equation.