Math Expression

Most recent version: v1.2.0

Learn more about this Action in this article.

v1.2.0

Released on 05/23/2025

New operations added:

Operation
Example

Natural logarithm

LN(field)

Logarithm with given base

LOG(base, field)

Exponential function

EXP(field)

Constant π

PI()

Trigonometric functions (in radians)

  • SIN(field)

  • COS(field)

  • TAN(field)

Inverse trigonometric functions

  • ASIN(field)

  • ACOS(field)

  • ATAN(field)

Hyperbolic functions (in radians)

  • SINH(field)

  • COSH(field)

  • TANH(field)

Inverse hyperbolic functions

  • ASINH(field)

  • ACOSH(field)

  • ATANH(field)

Degrees/radians conversion

  • DEGREES(field)

  • RADIANS(field)

v1.1.0

Released on 10/15/2024

  • Support operations module and power.

v1.0.0

Released on 09/18/2024

  • Operations involving nil event fields will not cause the event to go to the error port, instead, the result of those operations will be nil.

v0.0.1

Released on 12/22/2024

Initial version.

Last updated

Was this helpful?