Pyth
From WikiManual
|
Operators:
Pythagorous Sum Operator BINARY
Returns the hypotenuse formed by the legs of a triangle with lengths the two top values of the stack.
Example:
3 4 pyth
3 3 mult 4 4 mult add sqr
|
Pythagorous Sum Operator BINARY
Returns the hypotenuse formed by the legs of a triangle with lengths the two top values of the stack.
3 4 pyth
3 3 mult 4 4 mult add sqr