diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/abs.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/abs.htm index 4a6a1ef1c4..a0aa73472b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/abs.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/abs.htm @@ -15,24 +15,25 @@
The ABS function is one of the math and trigonometry functions. It is used to return the absolute value of a number.
-The ABS function syntax is:
-ABS(x)
-where x is a numeric value entered manually or included into the cell you make reference to.
-To apply the ABS function,
-The result will be displayed in the selected cell.
-
The ABS function is one of the math and trigonometry functions. It is used to return the absolute value of a number (i.e. the number without its sign).
+ABS(number)
+The ABS function has the following argument:
+| Argument | +Description | +
|---|---|
| number | +A numeric value for which you want to get the absolute value. | +
How to apply the ABS function.
+There is a single argument: number = A1 = -123.14. So the function returns 123.14 (-123.14 without its sign).
+