Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Positive
  • Negative
  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Average (avg)
  • Sum
  • Count
  • Modulus (pmod)
  • Sign
  • Exp
  • Log (ln)
  • Log2
  • Log10
  • Sqrt
  • sin
  • asin
  • cos
  • acos
  • tan
  • atan
  • radians

These rounding functions can also take decimal types:

  • Floor
  • Ceiling
  • Round

But these mathematical UDFs are not currently supported:

  • Exp
  • Log (ln)
  • Log2
  • Log10
  • Sqrt

Power(decimal, n) only supports positive integer values for the exponent n.

...