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

outdated

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
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

unit

More

Packages that depend on meeus