logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PDL::Constants -- basic compile time constants for PDL

Description

       This module is used to define compile time constant values for PDL.  It uses Perl's constant pragma for
       simplicity and availability.

Name

       PDL::Constants -- basic compile time constants for PDL

Synopsis

        use PDL::Constants qw(PI E);
        print 'PI is ' . PI . "\n";
        print 'E  is ' .  E . "\n";

   PI
       The ratio of a circle's circumference to its diameter

   DEGRAD
       The number of degrees of arc per radian (180/PI)

   E
       The base of the natural logarithms or Euler's number

See Also