@stdlib/math-base-special-kernel-sin
Compute the sine of a number on `[-π/4, π/4]`.
@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-strided-special-aversin-by
Compute the inverse versed sine of each element retrieved from an input strided array via a callback function.
@stdlib/math-iter-special-coversin
Create an iterator which computes the coversed sine for each iterated value.
@stdlib/math-base-special-sincospi
Simultaneously compute the sine and cosine of a number times π.
@stdlib/math-iter-special-sinc
Create an iterator which computes the normalized cardinal sine for each iterated value.
@stdlib/math-iter-special-covercos
Create an iterator which computes the coversed cosine 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-sinh
Create an iterator which evaluates the hyperbolic sine for each iterated value.
@stdlib/math-iter-special-asin
Create an iterator which computes the arcsine of each iterated value.
@stdlib/math-iter-special-sin
Create an iterator which computes the sine of each iterated value.
@stdlib/math-iter-special-aversin
Create an iterator which computes the inverse versed sine 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.
math-base-special-sinf
Compute the sine of a single-precision floating-point number (in radians).
math-base-special-aversinf
Compute the inverse versed sine of a single-precision floating-point number (in radians).
@stdlib/math-base-special-cotd
Compute the cotangent of an angle measured in degrees
@stdlib/math-base-special-tand
Compute the tangent of an angle measured in degrees
@stdlib/math-base-special-cosd
Compute the cosine of an angle measured in degrees.
math-base-special-cscf
Compute the cosecant of a single-precision floating-point number (in radians).
math-base-special-sincosd
Simultaneously compute the sine and cosine of an angle measured in degrees.
math-base-special-coversinf
Compute the coversed sine of a single-precision floating-point number (in radians).