User Tools

Site Tools


xrpl:deg2rad

Differences

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

Link to this comparison view

xrpl:deg2rad [2019/03/03 16:39] – created Karsten75xrpl:deg2rad [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
- 
-=====  Deg2Rad  ===== 
- 
-^Arguments^Result^Notation^ 
-| |number| [ -number] | 
- 
- 
-=== Description === 
-Pushes the constant to use in converting from degrees to radians to the stack. Multiply this value with a value expressed as degrees to obtain radians.  
- 
-=== Examples === 
-<code>trace(180 mul(Deg2Rad)) #prints PI  
-</code>