# PDL::Constants
📦 stdpdl
Mirrors `PDL::Constants.pm`: exports numeric constants as constant subs. ## Synopsis ```none use PDL::Constants qw(PI E); my $circle = 2 * PI * $r; my $growth = E ** $x; ```