This function returns the absolute value of the given number. If number >=0 it returns the number, otherwise it returns the number multiplied with -1.
Bash
abs(number) #Output: Number
📚 Use cases and examples
| Use case |
|---|
| No content found. |