@stdlib/math-base-special-kernel-sin
Compute the sine of a double-precision floating-point number on [-π/4, π/4].
Compute the sine of a double-precision floating-point number on [-π/4, π/4].
Compute the tangent of a double-precision floating-point number on [-π/4, π/4].
Evaluate the Kronecker delta.
Evaluate the Kronecker delta (single-precision).
Compute an absolute value of a signed 32-bit integer.
Compute the least common multiple (lcm).
Multiply a double-precision floating-point number by an integer power of two.
Round a numeric value to the nearest multiple of b^n toward zero.
Round a single-precision floating-point number toward zero.
Round a numeric value to the nearest multiple of 10^n toward zero.
Round a numeric value to the nearest number toward zero with N significant figures.
Perform C-like multiplication of two unsigned 32-bit integers.
Compute the double word product of two unsigned 32-bit integers.
Compute the versed cosine.
Compute the versed sine.
Wrap a value on the half-open interval [min,max).
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.