Available Calculators

Select a calculator to test or develop

Development Guide

Learn how to create and test your own calculators

Creating a New Calculator

  1. Create a new directory in src/calculators/ for your calculator
  2. Add your calculator's script.js and styles.css in that directory
  3. 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