DMS2RAD INDEX

DMS2RAD _ _ _ _ _ _ _ _ _ _ _ _ operator

syntax:

dms2rad(<list>)

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

examples:


dms2rad {42,3,7}; 

  DMS2RAD({42,3,7}) 


on rounded; 

ws; 

  0.733944887421 


dms2rad a; 

  DMS2RAD(A)