|
Simple: -323*log(10)
Thanks Jose,
:)
"Jose " <jose.l.vega@gmail.com> wrote in message <gogvve$pp0$1@fred.mathworks.com>...
> Hi everyone, someone can help me to solve:
>
> log(1e-323)...the result in matlab is -Inf, but i need the specific value,
>
> i am trying with the serie:
> i=1:1000
> serie=(-1).^(i+1)./i.*(p-1).^i;
>
> But is imposible to reach the real value, I have to use a superior limit greater
> than 1000000, but Matlab says out of memory.
>
> Somedody can help me to solve it, thanks
> jose.
|