User Tools

Site Tools


crpl:docs:rad2deg

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
crpl:docs:rad2deg [2015/03/05 16:37] – created Karsten75crpl:docs:rad2deg [2018/12/18 14:36] – doesn't work sorrontis
Line 1: Line 1:
- 
- 
-Wor in progree  
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]]
 =====  rad2deg  ===== =====  rad2deg  =====
 +
 +<color #ed1c24>**Currently not working with latest version of CW3 - Awaiting further notice from Knuckle Cracker on Status**</color>
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-|degrees |radians |'' -- n1 ''|+|-- |radians |'' -- n1 ''|
  
 === How to use === === How to use ===
Line 14: Line 13:
  
 === Description === === 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.+Pushes the constant to use in converting radians to degrees onto the stack. Multiply this value with a value expressed in radians to obtain degrees.
 === Examples === === Examples ===
  
 Warp notation Warp notation
 <code> <code>
-<-degrees mul (Deg2Rad) ->radians+<-radians mul (Rad2Deg) ->degrees
 </code> </code>