UNPKG

big-rat

Version:

A big integer rational number

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