Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Getting Binomial Distribution under Math::Pari (log) and Combinatorial Method

by polettix (Vicar)
on Mar 23, 2005 at 11:51 UTC ( [id://441743]=note: print w/replies, xml ) Need Help??


in reply to Getting Binomial Distribution under Math::Pari (log) and Combinatorial Method

As a side note to the previous comment, perldoc -f log also tells you that you have to implement the log10 by yourself if you ever need it:
sub log10 { my $n = shift; return log($n)/log(10); }
This isn't really useful in your case, anyway.

Flavio

-- Don't fool yourself.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-03-19 08:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found