Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Help me make a test case for Math::BigFloat

by spiritway (Vicar)
on Mar 07, 2006 at 06:37 UTC ( [id://534838]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    printf "%3.5g %3.5g %3.5g %3.5g\n",
      ($e+0), (0+$e), (0-$e),($e-0);
    ...
    
    printf "%3.5g %3.5g %3.5g %3.5g\n",
      ($e**2), ($e**0), (0/$e),($e/0);
    
  2. or download this
      0   0   0   0
      1   1   1  -1
      2   0   1   1
      0   1   0   0
    

Log In?
Username:
Password:

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

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

    No recent polls found