Skip to content

Commit c55c491

Browse files
authored
Update README.md
Signed-off-by: Gautam Kaushik <[email protected]>
1 parent a7b1b96 commit c55c491

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/nanmaxabs

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/nanmaxabs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ var v = nanmaxabs.ndarray( N, x, 2, 1 );
122122
- If `N <= 0`, both functions return `NaN`.
123123
- Depending on the environment, the typed versions ([`dnanmaxabs`][@stdlib/stats/strided/dnanmaxabs], [`snanmaxabs`][@stdlib/stats/strided/snanmaxabs], etc.) are likely to be significantly more performant.
124124
- Both functions support array-like objects having getter and setter accessors for array element access (e.g., [`@stdlib/array/base/accessor`][@stdlib/array/base/accessor]).
125-
- Depending on the environment, the typed versions ([`dnanmaxabs`][@stdlib/stats/base/dnanmaxabs], [`snanmaxabs`][@stdlib/stats/base/snanmaxabs], etc.) are likely to be significantly more performant.
126125

127126
</section>
128127

0 commit comments

Comments
 (0)