math-float64-ldexp
Multiplies a double-precision floating-point number by an integer power of two.
math-float64-frexp
Splits a double-precision floating-point number into a normalized fraction and an integer power of two.
cmath-js
C's and C++'s math functions in TypeScript & JavaScript