Inside a formula, you can type Math. (including the dot) to bring up a list of mathematical functions that you can use

The list includes the number of parameters that the function requires and its explanation, for example, to get the absolute value of a number you can use:
Math.abs(10.11);
Continue Reading →SEP
2023