|
On Jun 20, 9:48 pm, "Nilesh Goel" <nilesh.g...@gmail.com> wrote:
> i s there a limit of exp(x) for which it will only give zero as answer.
>
> In one of my equation exp(-921) is multiplied by a large constant but the answer is zero. I observe exp(-921) returns zero so even multiply it with large no. will return zero.
>
> Is this a limitation of Matlab
No. It's a limitation of finite wordlength aritmetics.
> or there is any alternative to get the small values also.
There might be. But if you routinely mess with numbers of
that kind of magnitudes, you might want to review the
scope of your work.
Rune
|