Write a function to find the 5th root of a number.
It sounds easy, but the typical functions are not allowed (see the test suite), so you'll need to find a non-standard method to solve the problem.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers566
Suggested Problems
-
16199 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2049 Solvers
-
1188 Solvers
-
Find out missing number from a vector of 9 elements
322 Solvers
-
644 Solvers
More from this Author139
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
hay
This is supposed to be hard? You should have outlawed a few more functions. I could have written that answer in about fourth grade in a few minutes.