UNPKG

theorem.js

Version:

A Math library for computation in JavaScript

4 lines (3 loc) 54 B
toBase10(n, base) { return new BigNumber(n, base); }