Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions cpan/Math-Complex/lib/Math/Trig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require Exporter;

our @ISA = qw(Exporter);

our $VERSION = 1.23;
our $VERSION = 1.23_01;

my @angcnv = qw(rad2deg rad2grad
deg2rad deg2grad
Expand Down Expand Up @@ -47,8 +47,9 @@ my @pi = qw(pi pi2 pi4 pip2 pip4);
our @EXPORT_OK = (@rdlcnv, @greatcircle, @pi, 'Inf');

# See e.g. the following pages:
# http://www.movable-type.co.uk/scripts/LatLong.html
# http://williams.best.vwh.net/avform.htm
# https://www.movable-type.co.uk/scripts/latlong.html
# https://edwilliams.org/avform.htm
# https://en.wikipedia.org/wiki/Great-circle_distance

our %EXPORT_TAGS = ('radial' => [ @rdlcnv ],
'great_circle' => [ @greatcircle ],
Expand Down