User Tools

Site Tools


el:abs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

el:abs [2016/01/01 22:38]
el:abs [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Abs =====
 +
 +==== Format ====
 +
 +**abs** ( //expression// )
 +
 +==== Description ====
 +
 +Returns the absolute value of a numeric //expression//.
 +
 +==== Example ====
 +
 +<code>
 +print abs(-45)
 +print abs(6.45)
 +</code>
 +will print
 +<code>
 +45
 +6.45
 +</code>
 +
  
el/abs.txt ยท Last modified: 2020/02/28 10:46 (external edit)