Skip to content

Commit 8ab2db7

Browse files
committed
tell why NaN values are produced
1 parent eb698aa commit 8ab2db7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/Type/Num.pod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ precision".
1212
1313
=head2 NaN
1414
15-
The value X<C<NaN>|NaN (definition)> is an instance of C<Num> and represents a float point
16-
not-a-number value. It is defined and boolifies to True.
15+
The value X<C<NaN>|NaN (definition)> is an instance of C<Num> and represents a
16+
float point not-a-number value. It is defined and boolifies to True. C<NaN> is
17+
the result of undefined float point number operations and depends on the CPU or
18+
software implementation of float point numbers on the system running the code.
1719
1820
=end pod

0 commit comments

Comments
 (0)