Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 543 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 543 Bytes

Astronomical Algorithms # (AASharp)

Overview

AASharp is a C# port of PJ Naughter's static C++ library, AA+. Naughter's library implements the algorithms in Jean Meuss' book, "Astronomical Algorithms."
ISBN-13: 978-0943396613
ISBN-10: 0943396611

Nuget

This library is available as a NuGet package : https://www.nuget.org/packages/AASharp PM> Install-Package AASharp

Others

If you are interested in these algorithms in Obj-C, Swift, or Javascript, @onekiloparsec maintains a repo here: https://github.com/onekiloparsec/SwiftAA