|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DMSString
DMSString[
]
converts an angle
given in decimal degrees to a degrees-minutes-seconds string.
DMSString[{
,
}]
converts latitude and longitude given in decimal degrees to a DMS latitude-longitude string.
DMSString[{d, m, s}]
converts a DMS list to a DMS string.
DetailsDetails
- DMSString[
, "NS"] or DMSString[
, "EW"] gives a string representation in which the sign of the angle is indicated by one of the cardinal directions N,
, E, or
. - DMSString[{
,
}] uses N for positive
and E for positive
. - Angles in radians can be converted to degrees for use in DMSString by dividing by Degree.
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
