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
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

unit

More

Packages that depend on meeus