|
1 | 1 |
|
2 | 2 | {{alias}}( N, x, strideX ) |
3 | | - Computes the sum of single-precision floating-point strided array |
4 | | - elements, ignoring `NaN` values, using pairwise summation with |
5 | | - extended accumulation, and returning an extended precision result. |
| 3 | + Computes the sum of single-precision floating-point strided array elements, |
| 4 | + ignoring `NaN` values, using pairwise summation with extended |
| 5 | + accumulation, and returning an extended precision result. |
6 | 6 |
|
7 | 7 | The `N` and stride parameters determine which elements in the strided array |
8 | 8 | are accessed at runtime. |
|
48 | 48 |
|
49 | 49 |
|
50 | 50 | {{alias}}.ndarray( N, x, strideX, offsetX ) |
51 | | - Computes the sum of single-precision floating-point strided array |
52 | | - elements, ignoring `NaN` values and using pairwise summation with |
53 | | - extended accumulation and alternative indexing semantics, and |
54 | | - returning an extended precision result. |
| 51 | + Computes the sum of single-precision floating-point strided array elements, |
| 52 | + ignoring `NaN` values and using pairwise summation with extended |
| 53 | + accumulation and alternative indexing semantics, and returning |
| 54 | + an extended precision result. |
55 | 55 |
|
56 | 56 | While typed array views mandate a view offset based on the underlying |
57 | 57 | buffer, the offset parameter supports indexing semantics based on a |
|
0 commit comments