Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: How to create nan/inf

by repellent (Priest)
on Aug 17, 2008 at 19:42 UTC ( [id://704809]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $inf = exp(~0 >> 1);
        my $nan = $inf / $inf;
    
        my $neg_inf = -$inf;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://704809]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 11:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found