:pizza: Rational numbers for JavaScript
Fractions for JavaScript.
See
@aureooms/js-rational-field
for an implementation of the rational field ℚ base on this library
and
@aureooms/js-integer.
See docs.
Parent is @aureooms/js-algorithms.
let [ a , b ] = add( 1 , 10 , 1 , 5 ) ;
a / b === 3 / 10 ; // true
@aureooms/js-rational"">
@aureooms/js-rational"">
@aureooms/js-rational"">