Math

Arithmetic

  • plus ( + ) - Add two numbers
  • minus ( - ) - Subtract two numbers
  • times ( * ) - Multiply two numbers
  • divide ( / ) - Divide two numbers

General Math

  • abs - Absolute value
  • ceiling - Round a number up
  • floor - Round a number down
  • round - Round a number
  • fix - Calculate the fix of a number
  • mod - Modulo division
  • exp - The number e raised to a power
  • log - Calculate the logarithm of a number

Trigonometric Functions

  • sin - Sine of an angle
  • cos - Cosine of an angle
  • tan - Tangent of an angle
  • asin - Arc sine of an angle
  • acos - Arc cosine of an angle
  • atan - Arc tangent of an angle
  • atan2 - Arc tangent using sign to determine quadrant

Hyperbolic Functions

  • sinh - Hyperbolic sine of an angle
  • cosh - Hyperbolic cosine of an angle
  • tanh - Hyperbolic tangent of an angle
  • asinh - Hyperbolic arc sine of an angle
  • acosh - Hyperbolic arc cosine of an angle
  • atanh - Hyperbolic arc tangent of an angle

Other Functions

  • range - Generates a range of numbers