Convert each element in a double-precision floating-point strided array from degrees to radians.
-
Updated
Jul 21, 2025 - JavaScript
Convert each element in a double-precision floating-point strided array from degrees to radians.
Double-precision floating-point mathematical constants.
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
Create a complex number typed array.
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
128-bit complex number mathematical constants.
Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.
Compute the principal square root for each element in a double-precision floating-point strided array.
Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.
Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.
Compute the cube root of each element in a double-precision floating-point strided array.
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
Float64Array.
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assign each result to an element in a double-precision floating-point strided output array.
Test if a value is an ndarray-like object containing double-precision complex floating-point numbers.
Add a description, image, and links to the double-precision topic page so that developers can more easily learn about it.
To associate your repository with the double-precision topic, visit your repo's landing page and select "manage topics."