My solutions for CODEWARS: A collection of TDD katas (simple programs) written in JavaScript, Python, and more to learn and have fun!
-
Updated
Feb 26, 2025 - JavaScript
My solutions for CODEWARS: A collection of TDD katas (simple programs) written in JavaScript, Python, and more to learn and have fun!
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.
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 single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements.
Calculate the cumulative sum of strided array elements.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Add a constant to each double-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.
Calculate the sum of single-precision floating-point strided array elements using extended accumulation.
Add a description, image, and links to the sum topic page so that developers can more easily learn about it.
To associate your repository with the sum topic, visit your repo's landing page and select "manage topics."