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 57ec082 commit 696b3f4Copy full SHA for 696b3f4
doc/Type/Num.pod6
@@ -13,7 +13,7 @@ precision".
13
=head2 NaN
14
15
The value X<C<NaN>|NaN (definition)> is an instance of C<Num> and represents a
16
-float point not-a-number value, which is returned from some routines where
+floating point not-a-number value, which is returned from some routines where
17
a concrete number as the answer is not defined, but a L<Numeric> value is still
18
accceptable. C<NaN> is L<defined> and L<boolifies|/routine/Bool>
19
to C<True>, but is I<not> numerically equal to any value (including itself).
0 commit comments