UNPKG

big-rat

Version:

A big integer rational number

8 lines (5 loc) 98 B
'use strict' module.exports = recip function recip(f) { return [f[1].clone(), f[0].clone()] }