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

Re^5: Variables are automatically rounded off in perl (audiences)

by oiskuu (Hermit)
on Jul 23, 2016 at 14:38 UTC ( [id://1168403]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl -wl
    
    ...
    print "The numbers are:";
    printf "    %.16e\n", $_ for @nums;
    printf "A set of %d different value(s)\n", uniq_count(@nums);
    

Log In?
Username:
Password:

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

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

    No recent polls found