X-Git-Url: http://git.shiar.nl/descalc.git/blobdiff_plain/7db84757c6ba80836bc8c2cc9de326f16862a2cd..HEAD:/32_math.pm diff --git a/32_math.pm b/32_math.pm index 96447e1..5fc029a 100644 --- a/32_math.pm +++ b/32_math.pm @@ -1,5 +1,6 @@ # math for DCT, by Shiar +# 1.13.0 20041104 - new addmenu() call # 1.10.4 200410282330 - trig functions from basic menu # 1.10.3 200410152245 - rnd, atan, pi # - trigonometry functions seperated @@ -93,7 +94,7 @@ use utf8; # 'utpf' => [3], # F distribution ); # newaction -addmenu(["main", 0], "math", +addmenu("main", "math", [qw(basic sq sqrt ^ xroot log alog ln exp)], # [qw(vector)], # [qw(matrix)], @@ -109,11 +110,11 @@ addmenu(["main", 0], "math", # [qw(fft)], # [qw(complex)], # [qw(constants)], -) if defined &addmenu; # addmenu +); # addmenu return { author => "Shiar", title => "basic math", - version => "1.10.4", + version => "1.13", };