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 Solvers2019
Suggested Problems
-
The Goldbach Conjecture, Part 2
2413 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
560 Solvers
-
Make an awesome ramp for a tiny motorcycle stuntman
750 Solvers
-
Implement a bubble sort technique and output the number of swaps required
388 Solvers
-
457 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.