From 0a425c2dc446845f5bb5e1f15d43569c8fb5fd84 Mon Sep 17 00:00:00 2001 From: arjun chaurasiya <119575873+arjunchr@users.noreply.github.com> Date: Fri, 11 Aug 2023 12:17:41 +0530 Subject: [PATCH] Update abs.adoc just corrected a typing mistake. --- Language/Functions/Math/abs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Math/abs.adoc b/Language/Functions/Math/abs.adoc index 5e575abb..066df15c 100644 --- a/Language/Functions/Math/abs.adoc +++ b/Language/Functions/Math/abs.adoc @@ -34,7 +34,7 @@ Calculates the absolute value of a number. [float] === Returns `x`: if x is greater than or equal to 0. + -`-x`: if x is less than 0. +`x`: if x is less than 0. -- // OVERVIEW SECTION ENDS