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-dsqrt • Rank 4.3 • Science 44%

Compute the principal square root for each element in a double-precision floating-point strided array.

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-sinpi • Rank 3.7 • Science 44%

Create an iterator which computes the sine 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-strided-special-drsqrt • Rank 3.6 • Science 44%

Compute the reciprocal square root for each element in a double-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-strided-special-dmsksqrt • Rank 3.6 • Science 44%

Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-ssqrt • Rank 3.5 • Science 44%

Compute the principal square root for each element in a single-precision floating-point strided array.

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-strided-special-smsksqrt • Rank 3.3 • Science 44%

Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-smskrsqrt • Rank 3.3 • Science 44%

Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-dmskrsqrt • Rank 3.2 • Science 44%

Compute the reciprocal square root for each element in a double-precision floating-point strided array 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

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

@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-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-strided-special-srsqrt • Rank 3.4 • Science 26%

Compute the reciprocal square root for each element in a single-precision floating-point strided array.

Updated 6 months ago

math-base-special-cscf • Science 44%

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

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-cosf • Science 44%

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

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-sech • Science 26%

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