This repo contains a few scripts to help with programming. It's mostly for precomputing special constants for high-performance code.
All Python scripts use uv for dependencies. Scripts can be run using uv run <script>.py.
polynomial_approx.py: Generate the best n-degree polynomial approximation for a function over a given interval.