UNPKG

tough-rational

Version:

Rational class using BigInt with fallback to bignumber.js

6 lines (3 loc) 112 B
'use strict'; const range = (n) => Array.apply(null, { length: n }).map((v, i) => i); module.exports = range;