float64
Here are 218 public repositories matching this topic...
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
-
Updated
Feb 15, 2025 - JavaScript
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
-
Updated
Mar 10, 2025 - JavaScript
Calculate the maximum value of a double-precision floating-point strided array.
-
Updated
Jan 8, 2025 - JavaScript
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
-
Updated
Mar 17, 2025 - JavaScript
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.
-
Updated
Dec 1, 2024 - JavaScript
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
-
Updated
Dec 24, 2024 - JavaScript
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays according to a strided mask array and assigning results to elements in a double-precision floating-point strided output array.
-
Updated
Feb 3, 2025 - C
Calculate the minimum value of a double-precision floating-point strided array.
-
Updated
Feb 9, 2025 - JavaScript
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
-
Updated
Feb 22, 2025 - JavaScript
Interchange two double-precision floating-point vectors.
-
Updated
Feb 24, 2025 - C
Round each element in a double-precision floating-point strided array toward positive infinity.
-
Updated
Mar 31, 2025 - JavaScript
Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.
-
Updated
Mar 31, 2025 - JavaScript
Improve this page
Add a description, image, and links to the float64 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the float64 topic, visit your repo's landing page and select "manage topics."