RAD2DMS _ _ _ _ _ _ _ _ _ _ _ _ operator
In rounded mode, if <expression> is a real number, the operator rad2dms will interpret it as radians, and convert it to a list containing the equivalent degrees, minutes and seconds. In all other cases, an expression in terms of the original operator is returned.
rad2dms 1;
RAD2DMS(1)
on rounded;
ws;
{57,17,44.8062470964}
rad2dms a;
RAD2DMS(A)