meeus 0.2.2 copy "meeus: ^0.2.2" to clipboard
meeus: ^0.2.2 copied to clipboard

Dart implementations of algorithms from the book "Astronomical Algorithms, 2nd edition" by Jean Meeus.

example/meeus_example.dart

import 'package:meeus/julian.dart' as julian;
import 'package:meeus/moonphase.dart' as moonphase;

void main() {
  final fullMoonJD = moonphase.full(2020);
  final date = julian.jdToDateTime(fullMoonJD);
  print('The full moon nearest to Jan 1, 2020 is ${date}');
}
2
likes
40
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Dart implementations of algorithms from the book "Astronomical Algorithms, 2nd edition" by Jean Meeus.

Repository (GitHub)

License

MIT (license)

Dependencies

unit

More

Packages that depend on meeus