1 Commits
Author SHA1 Message Date
Gabriel Fontes b48623af3a feat(lib): add pure-Nix float math library
Hand-rolled transcendentals (sqrt, cbrt, exp, ln, pow, sin, cos, atan, atan2)
via range reduction + series/Newton, since Nix has no math builtins. Verified
against known values to ~1e-6. Foundation for a pure-Nix material-color-utilities
port (goal: drop the matugen IFD).

Assisted-by: pi (opus-4.8)
2026-07-04 17:22:06 -03:00