UNPKG

tough-rational

Version:

Rational class using BigInt with fallback to bignumber.js

5 lines (3 loc) 91 B
'use strict'; const util = require('../util'); module.exports = (bn) => bn.toPrecision();