Skip to content

Commit fd2b6eb

Browse files
Warnings about NaNs
1 parent 9933142 commit fd2b6eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/vextrema.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ over the given `dims`, with the `mn` and `mx` initialized by the respective argu
1313
of the 2-tuple `init`, which can be any combination of values (`<:Number`) or functions
1414
which accept a single type argument.
1515
16+
# Warning
17+
`NaN` values are not handled!
18+
1619
# Examples
1720
```jldoctest
1821
julia> A = reshape(Vector(1:2:16), (2,2,2))
@@ -559,6 +562,9 @@ over the given `dims`, with the `mn` and `mn` initialized by the respective argu
559562
of the 2-tuple `init`, which can be any combination of values (`<:Number`) or functions
560563
which accept a single type argument. Threaded.
561564
565+
# Warning
566+
`NaN` values are not handled!
567+
562568
# Examples
563569
```jldoctest
564570
julia> A = reshape(Vector(1:2:16), (2,2,2))

0 commit comments

Comments
 (0)