A small, focused, forward-looking library for extended Regular Expressions in JavaScript, using ES2015+ tagged template literals
-
Updated
Sep 16, 2020 - JavaScript
A small, focused, forward-looking library for extended Regular Expressions in JavaScript, using ES2015+ tagged template literals
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
With React 18.2, a 3D car show scene developed using React Three Fiber is included. Please check the documentation page of PMND to learn more about React Three Fiber. You can support the education source by the YouTube user named Irradiance730.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
Calculate the cumulative sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.
Calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.
Calculate the cumulative sum of double-precision floating-point strided array elements.
Calculate the cumulative sum of single-precision floating-point strided array elements.
Calculate the sum of strided array elements.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Calculate the sum of strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Add a description, image, and links to the extended topic page so that developers can more easily learn about it.
To associate your repository with the extended topic, visit your repo's landing page and select "manage topics."