Round function
Round function
Rounds each value in a column.
Namespaces
math
Input
Non-decimal numeric values
Output
Double values
Syntax
set-column :column math:round(column)
Example
Returns the rounded value of each value in the test
column.
set-column :test math:round(test)
, multiple selections available,
Related content
Square function
Square function
More like this
Multiply function
Multiply function
More like this
Divide function
Divide function
More like this
Floor function
Floor function
More like this
Square root function
Square root function
More like this
Power of function
Power of function
More like this
Created in 2020 by Google Inc.