@stdlib/math-base-special-xlog1py
Compute `x * ln(y+1)` so that the result is `0` if `x = 0`.
Compute `x * ln(y+1)` so that the result is `0` if `x = 0`.
Compute `x * ln(y)` so that the result is `0` if `x = 0`.
Base math tools.
Continued fraction approximation.
Evaluate a polynomial using double-precision floating-point arithmetic.
Compile a module for evaluating a polynomial.
Compile a C function for evaluating a polynomial.
Compute the principal square root of a single-precision floating-point number.
Compute the principal square root of the product of π and a positive double-precision floating-point number.
Evaluate the tangent of a number.
Compute the tangent of an angle measured in degrees
Compute the hyperbolic tangent of a double-precision floating-point number.
Compute the nth Tribonacci number.
Trigamma function.
Round a double-precision floating-point number toward zero.
Round a numeric value to the nearest power of 10 toward zero.
Round a numeric value to the nearest power of two toward zero.
Evaluate the natural logarithm of 1+exp(x).
Evaluate ln(1+x) - x.
Binary logarithm (base 2).