# calcs

Various Javascript calculator applications.

# FORMAT

Each page is `name.html` and its associated script is `name.script`. Elements are very simply named by their tags so e.g. `button1` `input2` the only exception being the result fields which will be named `result1` `result2` etc.

Repo - [REPO](https://github.com/WW92030-STORAGE/calcs)

Onclick methods, raw values, etc. are named the same as their elements e.g. `onclick = "button1()"` and `const input2 = document.getElementById("input2").value`

## LIST OF PAGES

URL format: `.../calcs/<page>` so for instance: `.../calcs/add2numbers`

- add2numbers
- continuedfrac
- hashcash
- rational
- rotate2d
- strongholds
