UNPKG

theorem.js

Version:

A Math library for computation in JavaScript

13 lines (11 loc) 199 B
/* ** © Arthur Guiot 2017 - 2018 ** TheoremJS */ if (!BigNumber) { var BigNumber = require('bignumber.js'); } class TheoremJS { //= includes/functions } //= includes/other/export.js