Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Heading typo

...

The math library provides a number of useful math functions as well as special functions for plane-angle conversions, digests, trigonometry, and great-circle calculations. More are added as needed. 

General

...

Functions

exponent

exp(<num>) - return e (natural logrithm) raised to the <num>th power

...