We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2b838 commit 501d338Copy full SHA for 501d338
dist/Math-Complex/lib/Math/Complex.pm
@@ -10,7 +10,7 @@ package Math::Complex;
10
{ use 5.006; }
11
use strict;
12
13
-our $VERSION = 1.62;
+our $VERSION = 1.63;
14
15
use Config;
16
dist/Math-Complex/lib/Math/Trig.pm
@@ -15,7 +15,7 @@ require Exporter;
our @ISA = qw(Exporter);
17
18
19
20
my @angcnv = qw(rad2deg rad2grad
21
deg2rad deg2grad
0 commit comments