DEG2RAD INDEX

DEG2RAD _ _ _ _ _ _ _ _ _ _ _ _ operator

syntax:

deg2rad(<expression>)

In rounded mode, if <expression> is a real number, the operator deg2rad will interpret it as degrees, and convert it to the equivalent radians. In all other cases, an expression in terms of the original operator is returned.

examples:


deg2rad 60; 

  DEG2RAD(60) 


on rounded; 

ws; 

  1.0471975512 


deg2rad a; 

  DEG2RAD(A)