Function degreesToDms( deg )
- Description:
-
Converts an angle in degrees to a formatted degrees:minutes:seconds
string. No fractional part of the seconds field is given.
- Parameters:
-
deg
(floating point)
- angle in degrees
- Return Value (String):
- DMS-format string representing
deg
- Signature:
String degreesToDms(double)