X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FMinimuf.pm;h=8bc8e5d697fa61130d83fec78721618c2efc70dc;hb=refs%2Fheads%2Fbackportdxprot;hp=e5ab130f20f1f9e6664f867cacc0e9f32598d5e2;hpb=e69b2b430d27710d1bb636f9aa7720da1d067359;p=spider.git diff --git a/perl/Minimuf.pm b/perl/Minimuf.pm index e5ab130f..8bc8e5d6 100644 --- a/perl/Minimuf.pm +++ b/perl/Minimuf.pm @@ -30,13 +30,12 @@ # MINIMUF 3.5 from QST December 1982 # (originally in BASIC) # -# $Id$ +# # # package Minimuf; -use POSIX; require Exporter; @ISA = qw(Exporter); @@ -45,6 +44,10 @@ require Exporter; $noise); use strict; + +use DXDebug; +use POSIX qw(:math_h); + use vars qw($pi $d2r $r2d $halfpi $pi2 $VOFL $R $hE $hF $GAMMA $LN10 $MINBETA $BOLTZ $NTEMP $DELTAF $MPATH $GLOSS $SLOSS $noise);