integer to the power larger integer = infinity
1 回表示 (過去 30 日間)
古いコメントを表示
i entered in Matlab command window the folowing values 65^171 and i got the result infinity (Inf)...why is it so? why Matlab not showing larger integer results. if there is any setting in Matlab for this to rectify please let me know.
0 件のコメント
採用された回答
Jan
2011 年 5 月 16 日
Decimal approximation: 1.0190E310
realmax % >> 1.7977e308
Numbers greater than REALMAX are Inf.
0 件のコメント
その他の回答 (1 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!