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
Article In Progress...
lround(x)
nearest integer value to X, lifting halfway cases away from 0
lround(field1) :