Covering some basic topics I haven't seen elsewhere on Cody.
Return the largest positive floating-point number MATLAB can handle.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers631
Suggested Problems
-
47744 Solvers
-
Remove all the words that end with "ain"
2723 Solvers
-
Find state names that start with the letter N
1505 Solvers
-
Who has power to do everything in this world?
490 Solvers
-
Create an index-powered vector
964 Solvers
More from this Author39
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Strictly this problem is about finding the largest floating-point number that MATLAB can handle _natively_, i.e. with _dedicated_, _built-in_ commands. Besides ad hoc workarounds, it is also possible to use Java objects to compute with arbitrarily large numbers. Cf. https://www.mathworks.com/matlabcentral/cody/problems/1833