Function radiansToHms( rad )

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