Dave Peticolas <[EMAIL PROTECTED]> writes:

> Terry Boldt writes:
>
> >  This may not be a big deal for the total gnucash package - but
> > using scaled integer arthimetic for the financial calculator and
> > amortization schedule computations I am finalizing and getting
> > ready to send to Dave is done totall in double. All of the
> > calculations can probably be done in scaled integers, b the
> > complexity will go up several orders of magnitude. log and exp
> > functions are used and would have to be rewritten to use scaled
> > integers. I don't know about gmp - does it contain log and exp
> > functions.
>
> 
> Glancing through it's info pages, it doesn't appear to.

The power functions are there.  See mpz_pow*, and so are the square
root functions, but I don't see any logarithms available directly.

-- 
Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930

--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to