exp(300)



There is someone that know how to calculate exp(300)=e^(300) where e
is the Euler constant e=2.7182818etc with *fixed point numbers*?
i find easy calculate exp(t) for t<10 with
exp(x)=1 + (x^1)/1! + (x^2)/2! + (x^3)/3! + ... + (x^k)/k!+ ...
and exp(x)=exp([x])*exp({x}) where x=[x]+{x} is integer part and
fractional part,
and the precision of the result is not affected. But with exp(t) t>10
the precision is not sufficient (e.g. only 1/2 of digits are right).
How can i handle the problem? It is right grow temporary the numbers
precision do the calculation and at end make precision like first?
How can i efficiently calculate (fixed_point_number)^(signed_number)?
.



Relevant Pages

  • Re: demonic numbers !
    ... > corresponding calculation of error intervals. ... Then they're either not doing enough math for rounding errors to ... accumulate or they're not using a wide enough range of magnitudes. ... They don't need more than 53 bits of precision to store those values. ...
    (comp.lang.lisp)
  • Re: Reverse algorithm with tangent
    ... given 39 digits after the point in the encrypted value, ... All you need is doing calculation with high ... enough precision, so the errors do not accumulate. ... what I said depends a lot on the fact that only 10 rounds ...
    (comp.lang.perl.misc)
  • Re: on-line calculator
    ... Hope my "calculation" is correct as I did it from the ... source/free software kind of project? ...
    (sci.math)
  • =?Utf-8?Q?Re:_I_don=C2=B4t_view_the_value_right?= =?Utf-8?Q?_after_six_decimal_place_in_Exce
    ... You might consider setting the option Tools> Options> Calculation> ... Precision As Displayed. ... final result, not intermediated calculations (subexpressions). ... the workbook first because some changes cannot be undone by simply ...
    (microsoft.public.excel.misc)
  • Re: ROUNDING RESULT OF CALCULATION UP OR DOWN
    ... In one of the calculation rules we had to round to a whole year. ... I keep repeating we need decimal arithmetic in Excel, ... | ??>> the limits of precision? ...
    (microsoft.public.excel.misc)