uccser/cs-field-guide

View on GitHub
csfieldguide/static/interactives/big-number-calculator/README.md

Summary

Maintainability
Test Coverage
# Big Number Calculator Interactive

**Author:** Jack Morgan
**Modified by:** Courtney Bracefield

This interactive allows users to perform calculations of large numbers.

## Required files

The interactive loads from a base website template which includes a JavaScript file containing jQuery, Bootstrap, and a few other utilities and polyfills.
See `static/js/website.js` for a full list.
It also uses [`big.js`](https://github.com/MikeMcl/big.js/).
Its licence is listed in `LICENCE-THIRD-PARTY`, with a full copy available in the `third-party-licences` directory.