Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
these triangles are equable
What's a positive zero? Does that imply the existence of a negative zero?
The code above displays incorrect when testing for postive zero
+0
Initially thought the same thing. Figured it out after Googling Heronian triangles.
Language: Javascript
Problem: Test cases
Why are the test cases equableTriangle(7,15,20) , equableTriangle(6,25,29) and equableTriangle(9,10,17) true ? They should be expected to be false.
This worked out for me. It seems the author never fixed the bug.
Thanks Paul.