Home / v2020.11.14
Name Modified Size InfoDownloads / Week
Parent folder
rpncalc.jar 2020-11-14 391.7 kB
README.md 2020-11-14 376 Bytes
Release - v2020.11.14.tar.gz 2020-11-14 11.5 MB
Release - v2020.11.14.zip 2020-11-14 11.5 MB
Totals: 4 Items   23.3 MB 0

In this release I added the Hypotenuse command hypot this will return the lenth of the hypotenuse of a right triangle using the following equation:

hypotenuse = SQRT( (leg1)^2 + (leg2)^2 )

Usage

Place the value of the two legs onto the stack. The order does not matter. Run the hypot command and those values will be replaced with the calculated hypotenuse

Source: README.md, updated 2020-11-14