Covering some basic topics I haven't seen elsewhere on Cody.
Return the largest positive integer MATLAB can handle.
the largest int64 integer is 2048 times larger than the largest double integer
The kind of problem where the test suite just gives away the answer.
Does anyone know why this wouldn't work?
A very good reason why it would NOT work. You returned a double precision number. But a double can only store integers correctly as large as 2^53-1.
794 Solvers
Omit columns averages from a matrix
482 Solvers
306 Solvers
226 Solvers
261 Solvers