Pyth

From WikiManual
Revision as of 16:19, 31 January 2006 by Ollj (talk | contribs) (example)
Jump to: navigation, search

Pythagorous Sum Operator BINARY

Returns the hypotenuse formed by the legs of a triangle with lengths the two top values of the stack.

Operators:

Advanced Commands:

angle
dist
ceil
floor
sqr pow
pyth

The following commands are not supported in versions earlier 2.46:

anglecmp
root
logx
sin
cos

Example:

3 4 pyth


3 3 mult 4 4 mult add sqr