//! Miscellaneous math functions for general use
/// Free functions used in more than one module of the crate.
pub use gudermannian;
/// Free functions for handling and converting between
/// different representations of angles.
/// Computations involving the Jacobian matrix for investigation
/// of the geometrical properties of map projections.
/// Fourier- and Taylor series.
pub use fourier;
pub use taylor;
pub use FourierCoefficients;
pub use PolynomialCoefficients;
pub use fourier_coefficients;
/// Intersection of line segments in the projected plane.