Pyth

From WikiManual
Revision as of 22:11, 4 February 2006 by Ollj (talk | contribs) (style + find x)
Jump to: navigation, search

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

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


Findx.jpg