Problem 354. Back to basics 10 - Max Float
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
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
Solution Comments
Show commentsProblem Recent Solvers605
Suggested Problems
-
Return the largest number that is adjacent to a zero
5342 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2139 Solvers
-
Make a random, non-repeating vector.
9272 Solvers
-
515 Solvers
-
Find out sum of all elements of given Matrix
499 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!