diff --git a/Language/Functions/Math/abs.adoc b/Language/Functions/Math/abs.adoc index c24610f7a..077b35088 100644 --- a/Language/Functions/Math/abs.adoc +++ b/Language/Functions/Math/abs.adoc @@ -35,6 +35,11 @@ Calculates the absolute value of a number. === Returns `x`: if x is greater than or equal to 0. + `-x`: if x is less than 0. +[%hardbreaks] +image::https://www.mathsisfun.com/sets/images/function-absolute.svg[] +In the figure above `y` represents `abs(x)` + + -- // OVERVIEW SECTION ENDS