Some of the utilities I made to facilitate me while using PhysicsWallah's website.
-
Updated
Jun 29, 2024 - JavaScript
Some of the utilities I made to facilitate me while using PhysicsWallah's website.
To save learning and assignments for Web Programming courses
Calculate the cumulative sum of single-precision floating-point strided array elements using pairwise summation.
Calculate the arithmetic mean of a strided array using pairwise summation.
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation with extended accumulation.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation and returning an extended precision result.
Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using pairwise summation with extended accumulation, and returning an extended precision result.
Calculate the sum of strided array elements using pairwise summation.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Add a description, image, and links to the pw topic page so that developers can more easily learn about it.
To associate your repository with the pw topic, visit your repo's landing page and select "manage topics."