[][src]Module kurbo::common

Common mathematical operations

Constants

GAUSS_LEGENDRE_COEFFS_3

Tables of Legendre-Gauss quadrature coefficients, adapted from: https://pomax.github.io/bezierinfo/legendre-gauss.html

GAUSS_LEGENDRE_COEFFS_5
GAUSS_LEGENDRE_COEFFS_7
GAUSS_LEGENDRE_COEFFS_9
GAUSS_LEGENDRE_COEFFS_11
GAUSS_LEGENDRE_COEFFS_24

Functions

solve_cubic

Find real roots of cubic equation.

solve_quadratic

Find real roots of quadratic equation.