Skip to content

Release - v1.14.0

Compare
Choose a tag to compare
@frossm frossm released this 01 Feb 17:56
· 226 commits to master since this release

Release notes

v2020.08.10 focused on improvement to the trigonometry functions. They should now correctly and consistent work with radians and degrees.

sin [rad], cos [rad], or tan [rad]:

These commands now assume the number to process is in degrees. If the number you have on the top of the stack (row 1) is in radians, add the rad parameter.

Example:

  • 33.22 Enter tan = .654880319
  • 33.22 Enter tan rad = -4.20870409

asin [rad], acos [rad], or atan [rad]:

These commands will calculate the arc-trig functions of the value on the top of the stack (row 1.) It will be displayed in degrees. If you wish it returned as radians, use the rad parameter.

Example:

  • .1234 Enter acos = 82.911632822
  • .1234 Enter acos rad = 1.447080981

Wrapup

As always, please drop me an email if you have any thoughts or suggestions.