fractions-math
Implementing fractions module from The Python Standard Library on TypeScript
Implementing fractions module from The Python Standard Library on TypeScript
Convert between quantities in different units
Evaluate the terms of a continued fraction.
Get a random fractional/decimal number within a range, between two numbers min and max.
Continued fraction approximation.
Return an integer corresponding to the significand of a single-precision floating-point number.
Convert between quantities in different units
Create an iterator which generates a list of all continued fraction terms which can be obtained given the precision of a provided number.
Compute the sum of an infinite series.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Split a double-precision floating-point number into a higher order word and a lower order word.
Set the more significant 32 bits of a double-precision floating-point number.
Set the less significant 32 bits of a double-precision floating-point number.
Helper tools for advent of code, your very own helper elf
Arbitrary-precision decimals. Enables making math calculations with rational numbers, without precision loss.
formula computer
Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with dif
Represent rational numbers in comfortably numeric way.
continued fraction factorization method for integers