Toggle navigation
Delta: Algorithms
Download
Documentation
Partners
Pythagorean theorem
Find the missing side of your triangle
Preview of this algorithm
Variable
Ask for a with default 0
Variable
Ask for b with default 0
Variable
Set c to √(a^2+b^2)
Output
Print text c ^ 2 = "a" ^ 2 + "b" ^ 2 = "c ^ 2"
Output
Print variable c