File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
lib/node_modules/@stdlib/stats/base/ndarray Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
{{alias}}( arrays )
3
3
Computes the maximum value of a one-dimensional double-precision floating-
4
- point ndarray, ignoring NaN values.
4
+ point ndarray, ignoring ` NaN` values.
5
5
6
6
If provided an empty ndarray, the function returns `NaN`.
7
7
Original file line number Diff line number Diff line change 1
1
2
2
{{alias}}( arrays )
3
3
Computes the minimum value of a one-dimensional double-precision floating-
4
- point ndarray, ignoring NaN values.
4
+ point ndarray, ignoring ` NaN` values.
5
5
6
6
If provided an empty ndarray, the function returns `NaN`.
7
7
Original file line number Diff line number Diff line change 1
1
2
2
{{alias}}( arrays )
3
- Computes the maximum value of a one-dimensional ndarray, ignoring NaN
3
+ Computes the maximum value of a one-dimensional ndarray, ignoring ` NaN`
4
4
values.
5
5
6
6
If provided an empty ndarray, the function returns `NaN`.
Original file line number Diff line number Diff line change 1
1
2
2
{{alias}}( arrays )
3
- Computes the minimum value of a one-dimensional ndarray, ignoring NaN
3
+ Computes the minimum value of a one-dimensional ndarray, ignoring ` NaN`
4
4
values.
5
5
6
6
If provided an empty ndarray, the function returns `NaN`.
Original file line number Diff line number Diff line change 1
1
2
2
{{alias}}( arrays )
3
3
Computes the maximum value of a one-dimensional single-precision floating-
4
- point ndarray, ignoring NaN values.
4
+ point ndarray, ignoring ` NaN` values.
5
5
6
6
If provided an empty ndarray, the function returns `NaN`.
7
7
Original file line number Diff line number Diff line change 1
1
2
2
{{alias}}( arrays )
3
3
Computes the minimum value of a one-dimensional single-precision floating-
4
- point ndarray, ignoring NaN values.
4
+ point ndarray, ignoring ` NaN` values.
5
5
6
6
If provided an empty ndarray, the function returns `NaN`.
7
7
You can’t perform that action at this time.
0 commit comments