pythagorean theorem

how would i make the formula for this how do i write a2+b2=c2?

Im just kind of curious as to how to write this.
It depends on what value you want to get.
Assumung you want to get 'c' then

c = SquareRoot( a * a + b * b )
thanks!
Topic archived. No new replies allowed.