v1.798.1

Released on 05.23.2025

These are the release notes for version v1.798.1 of the Onum platform.

New features

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)

Fixes

  • [Pipelines] When changing the type of column chart in Pipelines to Not stacked, some Data sinks labels changed. This is fixed now.

Last updated

Was this helpful?