Lines Matching defs:inf
8 @EXPORT = qw( inf NaN );
184 $self->export_to_level(1,$self,@a); # export inf and NaN
187 sub inf () { Math::BigInt->binf(); }
204 print inf + 42,"\n"; # inf
294 The sign is either '+', '-', 'NaN', '+inf' or '-inf' and stored seperately.
298 numbers or as a result of 0/0. '+inf' and '-inf' represent plus respectively
299 minus infinity. You will get '+inf' when dividing a positive number by 0, and
300 '-inf' when dividing any negative number by 0.