Skip to main content

Number Equation Examples

Listed below are several examples of number equations demonstrating math functions in action.

ABS

The ABS function generates the absolute value of your numeric field. 

Below is a sample equation using the ABS function.

2022-01-20_14-59-37.png

Below are the results of this sample equation using the ABS function.

LcQKWPkH0omKs_RfBFz48pQF14WyOdbgvg.png

CEIL

The CEIL function generates the ceiling value of your field. The expected input for this function is a single numeric value.

Below is a sample equation using the CEIL function.

2022-01-20_15-00-45.png

Below are the results of this sample equation using the CEIL function.

oiH9w6ux7C2IpP43p-nObtLc8wbRsujJ_w.png

FLOOR

The FLOOR function generates the floor value of your field. The expected input for this function is a single numeric value.

Below is a sample equation using the FLOOR function.

2022-01-20_15-01-51.png

Below are the results of this sample equation using the FLOOR function.

8ffOMhvdcLZ49YRXSlDX8R2rUPwNrNzpwQ.png

ROUND

The ROUND function generates a value that is rounded, by default, to the nearest whole number.

This function has two different options for input:

  1. Input with a single numeric value- value will be rounded to the nearest whole number (ROUND: Use Case 1)
  2. Input with two numeric values- the first value in the function will be rounded to the nearest nth decimal place (ROUND: Use Case 2) 

ROUND: Use Case 1

Equation:

2022-01-20_15-02-49.png

Results:

RqteVGBTFjevt9V34uBJn8dc0nBAGDbeuw.png

ROUND: Use Case 2

Equation:

2022-01-20_15-03-49.png

Results where n = 3:

W3CMh2A1y_VXx3snGP4iirZbjAq_Saolaw.png

Results where n = -1:

nctCfMbJKplS3HxR6nmOvYxjQp0cbSLAxg.png

SQRT

The SQRT function generates the square root of your numeric field value. The expected input for this function is a single numeric value.

Below is a sample equation using the SQRT function:

2022-01-20_15-04-55.png

Below are the results of this sample equation using the SQRT function:

NAyC3YawVr5IVcrNuVfQ-GUZvqHZiz8xdg.png