===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm-606-  my $x = 2;
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm:607:  my $r = $c->eval($x);
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm-608-  print "At x=$x, c(x) is $r\n";
##############################################
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm-620-  }
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm:621:  $r = $z3->eval($x);
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm-622-  print "At x=$x, z3(x) has real=", $r->r, " and imag=", $r->i, "\n";
##############################################
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm-634-  }
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm:635:  $r = $f3->eval($x);
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm-636-  print "At x=$x, f3(x) has num=", $r->n, " and den=", $r->d, "\n";
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm:637:  $r = $f3->eval($a1);
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm-638-  print "At x=", $a1->n, "/", $a1->d,
##############################################
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm-764-
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm:765: $s = $a->eval($x);
libmath-cephes-perl-0.5305/lib/Math/Cephes/Polynomial.pm-766-
##############################################
libmath-cephes-perl-0.5305/pmath-62-      $expression .= $_;
libmath-cephes-perl-0.5305/pmath:63:      @res = eval ($expression);
libmath-cephes-perl-0.5305/pmath-64-    }
##############################################
libmath-cephes-perl-0.5305/pmath-77-      no strict;
libmath-cephes-perl-0.5305/pmath:78:      @res = eval($_);
libmath-cephes-perl-0.5305/pmath-79-    }
##############################################
libmath-cephes-perl-0.5305/pmath-105-    no strict;
libmath-cephes-perl-0.5305/pmath:106:    @res = eval($_), "\n";
libmath-cephes-perl-0.5305/pmath-107-  }
##############################################
libmath-cephes-perl-0.5305/t/poly.t-284-my $c8 = Math::Cephes::Fraction->new(3,8);
libmath-cephes-perl-0.5305/t/poly.t:285:my $v = $q->eval($c8);
libmath-cephes-perl-0.5305/t/poly.t-286-ok($v->n, 139125);
##############################################
libmath-cephes-perl-0.5305/libmd/setprec.87-1-;
libmath-cephes-perl-0.5305/libmd/setprec.87:2:; Microsoft MASM subroutines for setting coprocessor precision
libmath-cephes-perl-0.5305/libmd/setprec.87-3-;