User Tools

Site Tools


el:abs

Table of Contents

Abs

Format

abs ( expression )

Description

Returns the absolute value of a numeric expression.

Example

print abs(-45)
print abs(6.45)

will print

45
6.45
el/abs.txt · Last modified: 2020/02/28 10:46 (external edit)