PDL::Constants#

📦 stdpdl

PDL::Constants - mathematical and physical constants.

Mirrors PDL::Constants.pm: exports numeric constants as constant subs.

תקציר#

use PDL::Constants qw(PI E);
my $circle = 2 * PI * $r;
my $growth = E ** $x;