Updated 6 months ago

@stdlib/math-base-special-atan2 • Rank 6.9 • Science 44%

Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).

Updated 6 months ago

@stdlib/math-strided-special-asin-by • Rank 4.9 • Science 44%

Compute the arcsine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-acoth-by • Rank 4.4 • Science 44%

Compute the inverse hyperbolic cotangent of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-acosh-by • Rank 4.3 • Science 44%

Compute the hyperbolic arccosine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-acos-by • Rank 4.3 • Science 44%

Compute the arccosine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-iter-special-sinc • Rank 3.8 • Science 44%

Create an iterator which computes the normalized cardinal sine for each iterated value.

Updated 6 months ago

@stdlib/math-strided-special-atan-by • Rank 3.8 • Science 44%

Compute the arctangent of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-atanh-by • Rank 3.7 • Science 44%

Compute the hyperbolic arctangent of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-iter-special-cospi • Rank 3.7 • Science 44%

Create an iterator which computes the cosine of each iterated value times π.

Updated 6 months ago

@stdlib/math-iter-special-sinh • Rank 3.7 • Science 44%

Create an iterator which evaluates the hyperbolic sine for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-sinpi • Rank 3.7 • Science 44%

Create an iterator which computes the sine of each iterated value times π.

Updated 6 months ago

@stdlib/math-strided-special-dmskdeg2rad • Rank 3.4 • Science 44%

Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.

Updated 6 months ago

@stdlib/math-iter-special-atan2 • Rank 3.2 • Science 44%

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).

Updated 6 months ago

@stdlib/math-iter-special-deg2rad • Rank 3.0 • Science 44%

Create an iterator which converts an angle from degrees to radians for each iterated value.

Updated 6 months ago

math-iter-special-cosm1 • Rank 3.0 • Science 44%

Create an iterator which computes `cos(x) - 1` for each iterated value.

Updated 6 months ago

math-strided-special-acot-by • Rank 2.9 • Science 44%

Compute the inverse cotangent of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-sin-by • Rank 2.6 • Science 44%

Compute the sine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-smskdeg2rad • Rank 2.6 • Science 44%

Convert each element in a single-precision floating-point strided array from degrees to radians according to a strided mask array.

Updated 6 months ago

math-strided-special-cos-by • Rank 0.0 • Science 44%

Compute the cosine for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-iter-special-rad2deg • Rank 4.0 • Science 26%

Create an iterator which converts an angle from radians to degrees for each iterated value.

Updated 6 months ago

@stdlib/math-base-special-acotd • Science 44%

Compute the arccotangent (in degrees) of a double-precision floating-point number.

Updated 6 months ago

math-base-special-havercosf • Science 44%

Compute the half-value versed cosine of a single-precision floating-point number (in radians).

Updated 6 months ago

math-base-special-secf • Science 44%

Compute the secant of a single-precision floating-point number (in radians).

Updated 6 months ago

@stdlib/math-strided-special-asinh-by • Science 44%

Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-base-special-asecdf • Science 44%

Compute the arcsecant (in degrees) of a single-precision floating-point number.

Updated 6 months ago

@stdlib/math-base-special-acosd • Science 44%

Compute the arccosine (in degrees) of a double-precision floating-point number.

Updated 6 months ago

math-base-special-sinf • Science 44%

Compute the sine of a single-precision floating-point number (in radians).

Updated 6 months ago

math-base-special-vercosf • Science 44%

Compute the versed cosine of a single-precision floating-point number (in radians).

Updated 6 months ago

math-base-special-sech • Science 26%

Math Base Special Sech provides efficient mathematical functions for numerical computation in JavaScript. Enhance your projects with reliable and precise calculations! 🚀📊

Updated 6 months ago

math-base-special-atan2f • Science 44%

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.

Updated 6 months ago

math-base-special-atan2d • Science 44%

Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).

Updated 6 months ago

math-base-special-acscdf • Science 44%

Compute the arccosecant (in degrees) of a single-precision floating-point number.

Updated 6 months ago

math-base-special-sincosd • Science 44%

Simultaneously compute the sine and cosine of an angle measured in degrees.