Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
expMatlab の関数がオーバーフローしない 最大値と、オーバーフローする最小値を見つける方法を教えてください。ありがとう!
exp
しようとしている
T = log(realmax('double')); exp(T+255*eps)
与える
1.7977e+308
と
exp(T+256*eps)
inf