/tools

Collections of scripts and tools to help with programming

Primary LanguagePython

Tools

This repo contains a few scripts to help with programming. It's mostly for precomputing special constants for high-performance code.

Usage

All Python scripts use uv for dependencies. Scripts can be run using uv run <script>.py.

Scripts

  • polynomial_approx.py: Generate the best n-degree polynomial approximation for a function over a given interval.