User Tools

Site Tools


xrpl:abs

Differences

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

Link to this comparison view

xrpl:abs [2019/03/03 16:06] – created Karsten75xrpl:abs [2021/01/17 15:43] (current) – removed Karsten75
Line 1: Line 1:
- 
-=====  abs   ===== 
- 
-^Arguments^Result^Notation^ 
-|number| number| [number- number] | 
- 
- 
-=== Description === 
-Calculates the absolute value of the item and pushes the result on the stack.  
- 
-=== Examples === 
-<code>trace(abs(-1)) #prints '1'  
-</code>