Updated 6 months ago

@stdlib/complex-reim • Rank 20.0 • Science 44%

Return the real and imaginary components of a complex number.

Updated 6 months ago

@stdlib/complex-reimf • Rank 20.0 • Science 44%

Return the real and imaginary components of a single-precision complex floating-point number.

Updated 6 months ago

@stdlib/math-base-special-ellipe • Rank 4.6 • Science 57%

Compute the complete elliptic integral of the second kind.

Updated 6 months ago

@stdlib/math-base-special-ellipk • Rank 3.8 • Science 57%

Compute the complete elliptic integral of the first kind.

Updated 6 months ago

@stdlib/math-base-special-ldexp • Rank 15.3 • Science 44%

Multiply a double-precision floating-point number by an integer power of two.

Updated 6 months ago

@stdlib/math-base-special-copysign • Rank 14.9 • Science 44%

Return a double-precision floating-point number with the magnitude of x and the sign of y.

Updated 6 months ago

@stdlib/math-base-special-sqrt • Rank 12.7 • Science 44%

Compute the principal square root of a double-precision floating-point number.

Updated 6 months ago

@stdlib/complex-float32-reim • Rank 11.9 • Science 44%

Return the real and imaginary components of a single-precision complex floating-point number.

Updated 6 months ago

@stdlib/constants-float64-eps • Rank 11.7 • Science 44%

Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.

Updated 6 months ago

@stdlib/complex-realf • Rank 11.0 • Science 44%

Return the real component of a single-precision complex floating-point number.

Updated 6 months ago

@stdlib/math-base-special-abs2 • Rank 8.1 • Science 44%

Compute the squared absolute value of a double-precision floating-point number.

Updated 6 months ago

@stdlib/constants-float32-eps • Rank 7.6 • Science 44%

Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.

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/complex-base-cast-return • Rank 6.5 • Science 44%

Wrap a function and casts a function's return value to a complex number.

Updated 6 months ago

@stdlib/math-base-special-cbrt • Rank 6.1 • Science 44%

Compute the cube root of a double-precision floating-point number.

Updated 6 months ago

@stdlib/math-base-special-frexp • Rank 6.1 • Science 44%

Split a double-precision floating-point number into a normalized fraction and an integer power of two.

Updated 6 months ago

@stdlib/math-base-special-sqrtf • Rank 6.0 • Science 44%

Compute the principal square root of a single-precision floating-point number.

Updated 6 months ago

@stdlib/number-float64-base-to-binary-string • Rank 5.5 • Science 44%

Return a string giving the literal bit representation of a double-precision floating-point number.

Updated 6 months ago

@stdlib/math-base-special-ceil2 • Rank 5.5 • Science 44%

Round a numeric value to the nearest power of two toward positive infinity.

Updated 6 months ago

@stdlib/math-base-special-bessely1 • Rank 5.4 • Science 44%

Compute the Bessel function of the second kind of order one.

Updated 6 months ago

@stdlib/math-base-special-copysignf • Rank 5.3 • Science 44%

Return a single-precision floating-point number with the magnitude of x and the sign of y.