An open API service indexing awesome lists of open source software.

https://github.com/iliana/esbat

Rust library for lunar phase calculations 🌒🌓🌔
https://github.com/iliana/esbat

Last synced: 5 months ago
JSON representation

Rust library for lunar phase calculations 🌒🌓🌔

Awesome Lists containing this project

README

        

# 🌒 🌓 🌔 esbat 🌖 🌗 🌘

esbat provides functions for lunar phase calculations.

The algorithms are as published in [Calendrical Calculations: The Ultimate Edition][book] by Edward M. Reingold and Nachum Dershowitz, used with permission. The book notes:

> ... the algorithms are centered around the present date, for which they are accurate to within about 2 minutes. Their accuracy decreases for the far-distant past or future.

## License

**This crate uses a non-commercial license**, a [Creative Commons Attribution-NonCommercial 4.0 International License][license], at the request of the authors of Calendrical Calculations. Please contact the author of this crate at [[email protected]][mail] for any licensing questions.

[book]: https://doi.org/10.1017/9781107415058
[license]: https://creativecommons.org/licenses/by-nc/4.0/
[mail]: mailto:[email protected]