Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: how to evaluate exponential notations and floating points

by bichonfrise74 (Vicar)
on Dec 15, 2009 at 20:15 UTC ( [id://812928]=note: print w/replies, xml ) Need Help??


in reply to how to evaluate exponential notations and floating points

Take a look at this.
#!/usr/bin/perl use strict; while( my $evalue = <DATA> ){ chomp $evalue; if($evalue < 0.001){ print "$evalue\n"; } } __DATA__ 1e-005 2e-090 0.00 0.67 1.0 4e-065

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-20 03:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found