Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Data compression by 50% + : is it possible?

by ikegami (Patriarch)
on May 12, 2019 at 21:34 UTC ( [id://1233673]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MPOSIX=ceil -e'
       my $acc = 0;
    ...
       CORE::say $acc;
    '
    63
    
  2. or download this
    $ perl -MPOSIX=ceil -MMath::BigInt -MMath::BigRat -e'
       my $acc = Math::BigRat->new(1);
    ...
       CORE::say Math::BigRat->new($acc)->blog(256)->bceil;
    '
    58
    

Log In?
Username:
Password:

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

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

    No recent polls found