UNPKG

tough-rational

Version:

Rational class using BigInt with fallback to bignumber.js

4 lines (2 loc) 80 B
'use strict'; module.exports = () => new Function('a', 'b', 'return a ** b;');