Functions
  • 1 Minute to read
  • Dark
    Light
  • PDF

Functions

  • Dark
    Light
  • PDF

Article summary

Article In Progress...

abs

ceil

floor

gcd

lcm

ln

log10

log2

lround

lround(x)

nearest integer value to X, lifting halfway cases away from 0

lround(field1) : 

  • 1.5 -> 2
  • 1.4 -> 1

mod

pow

sqrt


Was this article helpful?