Given an energy in Joule, convert it to MeV (Mega Electron Volt).
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers1391
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6847 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2070 Solvers
-
972 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
605 Solvers
-
11249 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
nice
The test suite needs to be updated to use inequality tests. For the moment is easier to check the test suite and figure out what is constant the user has employed (it is not nice). It should be in the problem description (or use one that can be found on google).
Please provide the precision required and update the test suite accordingly
Very nice problem