Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Storing more decimal places in a variable

by sleepingsquirrel (Chaplain)
on Dec 16, 2004 at 00:42 UTC ( [id://415245]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Storing more decimal places in a variable
in thread Storing more decimal places in a variable

now just to nag my webserver to install it...

It comes with the standard distribution, so you probably already have it.

use Math::BigFloat; Math::BigFloat->accuracy(200); $x = Math::BigFloat->new(2); print $x->bsqrt();


-- All code is 100% tested and functional unless otherwise noted.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-20 02:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found