Changes in version 1.5.0 - Functions (excluding distributions and polynomials) now support vectorised inputs Changes in version 1.4.0 (2025-12-15) - Added logit and logistic_sigmoid functions - Added log_pi constant - Ooura fourier integrals now supported on platforms without long double support Changes in version 1.3.0 (2025-11-03) - Added support for all Boost distribution functions (e.g., pdf, kurtosis, variance, etc.) - Exposed additional distribution utility functions (e.g., binomial_find_lower_bound_on_p, chi_squared_find_degrees_of_freedom) Changes in version 1.2.0 (2025-09-15) - Added filters - Interpolators now use $interpolate() instead of $spline() Changes in version 1.1.0 (2025-09-04) - Added statistics, interpolators, and constants Changes in version 1.0.2 (2025-07-31) - Remove UseLTO from DESCRIPTION to avoid R CMD check warning - Use non-versioned Boost URL in DESCRIPTION (with thanks to Dirk Eddelbuettel) Changes in version 1.0.1 - Fix ODR violation warning Changes in version 1.0.0 (2025-07-25) - Initial release