@stdlib/math-base-special-kernel-cos
Compute the cosine of a number on `[-π/4, π/4]`.
@stdlib/math-base-special-sincos
Simultaneously compute the sine and cosine of a number.
@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-iter-special-hacovercos
Create an iterator which computes the half-value coversed cosine for each iterated value.
@stdlib/math-strided-special-avercos-by
Compute the inverse versed cosine of each element retrieved from an input strided array via a callback function.
@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-versin
Create an iterator which computes the versed 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-cospi
Create an iterator which computes the cosine of each iterated value times π.
@stdlib/math-iter-special-vercos
Create an iterator which computes the versed cosine for each iterated value.
@stdlib/math-iter-special-cosh
Create an iterator which computes the hyperbolic cosine for each iterated value.
@stdlib/math-strided-special-acovercos-by
Compute the inverse coversed cosine of each element retrieved from an input strided array via a callback function.
@stdlib/math-iter-special-acosh
Create an iterator which computes the hyperbolic arccosine of each iterated value.
@stdlib/math-iter-special-acovercos
Create an iterator which computes the inverse coversed cosine of each iterated value.
@stdlib/math-iter-special-avercos
Create an iterator which computes the inverse versed cosine of each iterated value.
math-iter-special-cosm1
Create an iterator which computes `cos(x) - 1` for each iterated value.
math-strided-special-cos-by
Compute the cosine for each element retrieved from an input strided array via a callback function.
@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.
math-base-special-acovercosf
Compute the inverse coversed cosine of a single-precision floating-point number (in radians).
math-base-special-versinf
Explore the math-base-special-version library for efficient numerical and scientific computation in JavaScript. Ideal for web and Node.js applications. 🚀📊
@stdlib/math-base-special-asecf
Compute the inverse (arc) secant of a single-precision floating-point number.
@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-avercosf
Compute the inverse versed cosine of a single-precision floating-point number (in radians).
math-base-special-vercosf
Compute the versed cosine of a single-precision floating-point number (in radians).
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).
math-base-special-sincosd
Simultaneously compute the sine and cosine of an angle measured in degrees.
@stdlib/math-base-special-cotd
Compute the cotangent of an angle measured in degrees
math-base-special-cosf
Compute the cosine of a single-precision floating-point number (in radians).
math-base-special-cosf
This repository contains the `math-base-special-cosf` function, which computes the cosine of a float number efficiently. Explore the code and contribute to enhance numerical computation in JavaScript! 🖥️✨
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-sech
Compute the hyperbolic secant of a double-precision floating-point number.