The problem is the following: What is the largest number n such that realmax+n does not generate an overflow?
I tried using the following value for n, but none of them worked.
n = eps('double');
disp(n);
realmax + n
The problem is the following: What is the largest number n such that realmax+n does not generate an overflow?
I tried using the following value for n, but none of them worked.
n = eps('double');
disp(n);
realmax + n
Copyright © 2021 Jogjafile Inc.