integer to the power larger integer = infinity
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Jan
am 16 Mai 2011
Decimal approximation: 1.0190E310
realmax % >> 1.7977e308
Numbers greater than REALMAX are Inf.
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!