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