We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb698aa commit 8ab2db7Copy full SHA for 8ab2db7
doc/Type/Num.pod
@@ -12,7 +12,9 @@ precision".
12
13
=head2 NaN
14
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.
+The value X<C<NaN>|NaN (definition)> is an instance of C<Num> and represents a
+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.
19
20
=end pod
0 commit comments