@stdlib/math-base-special-kernel-cos
Compute the cosine of a number on `[-π/4, π/4]`.
@stdlib/math-base-special-kernel-sin
Compute the sine of a number on `[-π/4, π/4]`.
@stdlib/math-base-special-kernel-tan
Compute the tangent of a number on [-π/4, π/4].
@stdlib/math-base-special-atan2
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
@stdlib/math-base-special-sincos
Simultaneously compute the sine and cosine of a number.
@stdlib/math-base-special-sinc
Compute the normalized cardinal sine of a number.
@stdlib/math-base-special-hypot
Compute the hypotenuse avoiding overflow and underflow.
@stdlib/math-strided-special-asin-by
Compute the arcsine of each element retrieved from an input strided array via a callback function.
@stdlib/math-base-special-hypotf
Compute the hypotenuse avoiding overflow and underflow (single-precision).
@stdlib/math-base-special-deg2radf
Convert an angle from degrees to radians (single-precision).
@stdlib/math-strided-special-acoth-by
Compute the inverse hyperbolic cotangent of each element retrieved from an input strided array via a callback function.
@stdlib/math-strided-special-acosh-by
Compute the hyperbolic arccosine of each element retrieved from an input strided array via a callback function.
@stdlib/math-strided-special-acos-by
Compute the arccosine of each element retrieved from an input strided array via a callback function.
@stdlib/math-base-special-fast-atanh
Compute the hyperbolic arctangent of a number.
@stdlib/math-iter-special-atan
Create an iterator which computes the arctangent of each iterated value.
@stdlib/math-strided-special-sdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians.
@stdlib/math-base-special-fast-alpha-max-plus-beta-min
Compute the hypotenuse using the alpha max plus beta min algorithm.
@stdlib/math-base-special-acosf
Compute the arccosine of a single-precision floating-point number.
@stdlib/math-iter-special-havercos
Create an iterator which computes the half-value versed cosine for each iterated value.
@stdlib/math-base-special-sincospi
Simultaneously compute the sine and cosine of a number times π.
@stdlib/math-iter-special-atanh
Create an iterator which computes the hyperbolic arctangent of each iterated value.
@stdlib/math-iter-special-acot
Create an iterator which computes the inverse cotangent of each iterated value.
@stdlib/math-iter-special-versin
Create an iterator which computes the versed sine for each iterated value.
@stdlib/math-strided-special-ddeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians.
@stdlib/math-iter-special-sinc
Create an iterator which computes the normalized cardinal sine for each iterated value.
@stdlib/math-strided-special-atan-by
Compute the arctangent of each element retrieved from an input strided array via a callback function.
@stdlib/math-strided-special-atanh-by
Compute the hyperbolic arctangent of each element retrieved from an input strided array via a callback function.
@stdlib/math-iter-special-cospi
Create an iterator which computes the cosine of each iterated value times π.
@stdlib/math-iter-special-sinh
Create an iterator which evaluates the hyperbolic sine for each iterated value.
@stdlib/math-iter-special-sinpi
Create an iterator which computes the sine of each iterated value times π.
@stdlib/math-iter-special-asinh
Create an iterator which computes the hyperbolic arcsine of each iterated value.
@stdlib/math-iter-special-vercos
Create an iterator which computes the versed cosine for each iterated value.
@stdlib/math-iter-special-asin
Create an iterator which computes the arcsine of each iterated value.
@stdlib/math-iter-special-cosh
Create an iterator which computes the hyperbolic cosine for each iterated value.
@stdlib/math-base-special-fast-asinh
Compute the hyperbolic arcsine of a number.
@stdlib/math-strided-special-dmskdeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.
@stdlib/math-iter-special-sin
Create an iterator which computes the sine of each iterated value.
@stdlib/math-iter-special-atan2
Create an iterator which computes the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
@stdlib/math-iter-special-acoth
Create an iterator which computes the inverse hyperbolic cotangent of each iterated value.
@stdlib/math-iter-special-acosh
Create an iterator which computes the hyperbolic arccosine of each iterated value.
@stdlib/math-iter-special-deg2rad
Create an iterator which converts an angle from degrees to radians for each iterated value.
math-iter-special-cosm1
Create an iterator which computes `cos(x) - 1` for each iterated value.
@stdlib/math-iter-special-tanh
Create an iterator which evaluates the hyperbolic tangent for each iterated value.
math-strided-special-acot-by
Compute the inverse cotangent of each element retrieved from an input strided array via a callback function.
@stdlib/math-iter-special-acos
Create an iterator which computes the arccosine of each iterated value.
@stdlib/math-strided-special-sin-by
Compute the sine of each element retrieved from an input strided array via a callback function.
@stdlib/math-strided-special-smskdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians according to a strided mask array.
@stdlib/math-strided-special-deg2rad
Convert each element in a strided array from degrees to radians.
math-strided-special-cos-by
Compute the cosine for each element retrieved from an input strided array via a callback function.
@stdlib/math-iter-special-rad2deg
Create an iterator which converts an angle from radians to degrees for each iterated value.
@stdlib/math-base-special-fast-acosh
Compute the hyperbolic arccosine of a number.
@stdlib/math-iter-special-cos
Create an iterator which computes the cosine of each iterated value.
@stdlib/math-base-special-tand
Compute the tangent of an angle measured in degrees
@stdlib/math-base-special-acotd
Compute the arccotangent (in degrees) of a double-precision floating-point number.
math-base-special-havercosf
Compute the half-value versed cosine of a single-precision floating-point number (in radians).
math-base-special-secf
Compute the secant of a single-precision floating-point number (in radians).
@stdlib/math-strided-special-asinh-by
Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.
@stdlib/math-base-special-asecdf
Compute the arcsecant (in degrees) of a single-precision floating-point number.
@stdlib/math-base-special-acosd
Compute the arccosine (in degrees) of a double-precision floating-point number.
math-base-special-sinf
Compute the sine of a single-precision floating-point number (in radians).
@stdlib/math-base-special-secd
Compute the secant of an angle measured in degrees.
math-base-special-vercosf
Compute the versed cosine of a single-precision floating-point number (in radians).
@stdlib/math-base-special-cosd
Compute the cosine of an angle measured in degrees.
math-base-special-sech
Math Base Special Sech provides efficient mathematical functions for numerical computation in JavaScript. Enhance your projects with reliable and precise calculations! 🚀📊
math-base-special-atan2f
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y) as a single-precision floating-point number.
math-base-special-atan2d
Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).
math-base-special-acscdf
Compute the arccosecant (in degrees) of a single-precision floating-point number.
math-base-special-sincosd
Simultaneously compute the sine and cosine of an angle measured in degrees.