This is an old revision of the document!
→∡d
Description
The →∡d
command turns a scalar into an angle measured in degrees / minutes / seconds.
The angle is entered / displayed as a real number in the format DD.MMSSxxx… where:
- DD expresses the number of degrees;
- MM expresses the number of minutes of arc and ranges from
00
to59
; - SS expresses the number of seconds of arc and ranges from
00
to59
; - xxx… expresses the remaining fraction of seconds of arc.
When a scalar is converted to an angle in degrees / minutes / seconds no check is performed to ensure that the digits at MM and SS positions range from 00
to 59
. However addition of 0
(or multiplication by 1
) will return a properly normalized angle.
Related Commands
Command | Short Description | |
---|---|---|
→∡° | Mark a number as an angle in degrees | NEW |
→∡r | Mark a number as an angle in radians | NEW |
→∡g | Mark a number as an angle in grads (gons) | NEW |
→∡d | Mark a number as an angle in DMS (DD.MMSS) | NEW |
A→∡° | Convert an angle to degrees | NEW |
A→∡r | Convert an angle to radians | NEW |
A→∡g | Convert an angle to grads (gons) | NEW |
A→∡d | Convert an angle to DMS (DD.MMSS) | NEW |
→RECT | Convert vector or complex to cartesian coordinates | NEW |
→POLAR | Convert vector or complex to polar coordinates | NEW |
→SPHER | Convert vector or complex to spherical coordinates | NEW |