Skip to content

Commit

Permalink
changed the arcminutes and arcseconds to depend on degrees instead of…
Browse files Browse the repository at this point in the history
… turns for a one-to-one conversion with degrees
  • Loading branch information
yakir12 committed Sep 21, 2017
1 parent a0eb123 commit 6580a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UnitfulAngles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import Base: sin, cos, tan, sec, csc, cot, asin, acos, atan, asec, acsc, acot, a
@unit brad "brad" BinaryRadian turn//256 false
@unit diameterPart "diameterPart" DiameterPart 1u"rad"/60 false
@unit grad "" Gradian turn//400 false
@unit arcminute "" Arcminute turn//21600 false
@unit arcsecond "" Arcsecond turn//1296000 false
@unit arcminute "" Arcminute u"°"//60 false
@unit arcsecond "" Arcsecond u"°"//3600 false

######################### Functions ############################################

Expand Down

0 comments on commit 6580a66

Please sign in to comment.