Re: [Haskell] for large x, log (x::Integer) :: Double
30 Jun
2004
30 Jun
'04
7:42 p.m.
I would think to take an accurate (depends how you define accurate) arbitrary precision floating point is needed... gmp 2 supports this, but does not have a log function. The power series is the way calculators do it... you could always write a small library of operations on pairs of Integers to do arbitrary precision floating point, then use the power series. Keean.
8094
Age (days ago)
8094
Last active (days ago)
0 comments
1 participants
participants (1)
-
MR K P SCHUPKE