75 packages
@fav/arith
Calculates accurate arithmetics.
@fav/arith.add
Calculates a accurate sum of two numbers.
@fav/arith.divide
Calculates an accurate quotient of two numbers.
@fav/arith.multiply
Calculates an accurate product of two numbers.
@fav/arith.number
Creates a number for accurate arithmetics.
@fav/arith.reduce
Reduces a number for accurate arithmetics.
@fav/arith.subtract
Calculates an accurate difference of two numbers.
@fav/cli.parse-argv
Parses command line arguments.
@fav/json
Creates a JSON converter which supports not only primitive types but also any object types.
@fav/math.gcd
Calculates the greatest common divisor of two integers.