User Tools

Site Tools


en:abs

Differences

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

Link to this comparison view

en:abs [2016/08/12 12:15]
admin
en:abs [2020/02/28 10:46]
Line 1: Line 1:
-===== Abs (Function) ===== 
- 
-==== Format ==== 
- 
-**abs** ( [[numericexpressions|numeric_expression]] ) 
- 
-returns [[floatexpressions|float_expression]] 
- 
-==== Description ==== 
- 
-Returns the absolute value of a numeric [[expressions|epression]]. 
- 
-==== Example ==== 
- 
-<code> 
-print abs(-45) 
-print abs(6.45) 
-</code> 
-will print 
-<code> 
-45 
-6.45 
-</code> 
- 
- 
-==== See Also ==== 
-{{page>en:start#Mathematics&noheader}} 
- 
  
en/abs.txt ยท Last modified: 2020/02/28 10:46 (external edit)