Apply suggestions from code review

Co-authored-by: Brian McClain <brianmmcclain@gmail.com>
pull/35599/head
CJ 2 years ago committed by GitHub
parent ff7bb28974
commit 472bfe2b6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,9 +2,12 @@
page_title: abs - Functions - Configuration Language
description: The abs function returns the absolute value of the given number.
---
# abs function reference
This topic provides reference information about the abs function. The abs function returns the absolute value of the given number.
This topic provides reference information about the `abs` function. The `abs` function returns the absolute value of the given number.
## Introduction
abs returns the absolute value of the given number. If the number is zero or positive, the function returns the value as-is, but if it is negative, it is multiplied by -1 to make it positive before returning it.
## Syntax

Loading…
Cancel
Save