summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorVikas <vikasmahato0@gmail.com>2018-07-03 11:47:14 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-07-08 22:33:27 +0200
commit510073cf047101cf6297fcec2ad8296f9e63c486 (patch)
tree927e92c4fa003cb36a71e4ba3d730eb863566c6d /forms/source
parent187af5be47db42e2f4ab94319f932b847f897ce2 (diff)
Added number transformations for external data
- Round allows you to round the numbers in the column up to a given number of decimal places - Round Up rounds the numbers in the column up to the nearest whole number - Round Down rounds the numbers in the column down to the nearest whole number - Absolute Value returns the absolute value of the numbers in the column - Logarithm - Natural returns the natural logarithm - Base-10 returns the base-10 logarithm - Cube returns the cube of the numbers - Square returns the square of the numbers - Square Root returns the square root of the numbers - Is Even returns TRUE if the values in the column are eve - Is Odd returns TRUE if the values in the column are odd - Sign returns 1 if the values in the column are positive, -1 if they are negative, and 0 otherwise. Change-Id: I7458d0d61da3749fe497b3999449373234391b04 Reviewed-on: https://gerrit.libreoffice.org/56886 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'forms/source')
0 files changed, 0 insertions, 0 deletions