Available Calculators
Select a calculator to test or develop
Development Guide
Learn how to create and test your own calculators
Creating a New Calculator
- Create a new directory in
src/calculators/
for your calculator - Add your calculator's script.js and styles.css in that directory
- Add your calculator to the available calculators list
Testing Your Calculator
Use the development environment to test your calculator:
- Click "Test in Dev" to test with source files
- Click "Test in Production" to test the built version