DMS2DEG INDEX

DMS2DEG _ _ _ _ _ _ _ _ _ _ _ _ operator

syntax:

dms2deg(<list>)

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

examples:


dms2deg {42,3,7}; 

  DMS2DEG({42,3,7}) 


on rounded; 

ws; 

  42.0519444444 


dms2deg a; 

  DMS2DEG(A)