Lines Matching defs:NaN
13 our @EXPORT = qw( inf NaN );
17 # Defaults: When a constant is an integer, Inf or NaN, it is converted to an
389 $class -> export_to_level(1, $class, @a); # export inf, NaN, etc.
426 sub NaN () { $int_class -> bnan(); }
466 print NaN * 7; # Math::BigInt NaN
510 By default, when the result of a computation is an integer, an Inf, or a NaN,
726 =item NaN()
728 A shortcut to return C<NaN> as an object. Useful because Perl does not always
729 handle bareword C<NaN> properly.