onekiloparsec / SwiftAA

The most comprehensive collection of accurate astronomical algorithms in (C++, Objective-C and) Swift.
http://www.onekiloparsec.dev/
MIT License
172 stars 31 forks source link

Degree.reduced0 gives completely wrong results #66

Closed alexvimpekable closed 7 years ago

alexvimpekable commented 7 years ago

Examples: Degree(-10).reduced0 == 170 (not -10) Degree(190).reduced0 == 10 (not -170)

alex-vasenin commented 7 years ago

Could be closed

onekiloparsec commented 7 years ago

See 9f2eac6428c417f56e4b7b6ad0d58fa72dc39f2c .