Given numbers a, b and c, find the height of the right angled triangle with sides a and b and hypotenuse c, for the base c. If a right angled triangle with sides a and b and hypotenuse c does not exist, return NaN (not-a-number).
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers2021
Suggested Problems
-
Find the peak 3n+1 sequence value
2568 Solvers
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
2092 Solvers
-
Find state names that start with the letter N
1441 Solvers
-
Relative ratio of "1" in binary number
1598 Solvers
-
616 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
although i'm providing a correct solution with correct answer, it's showing assertion failed for the 1st case. other assertions are ok. help?
The first test case has had a tolerance applied.