in reply to Re: enumerating values for slopes
in thread enumerating values for slopes
Or perhaps making it a constant:my $pi = 4 * atan2(1, 1);
use constant PI => 4 * atan2(1, 1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: enumerating values for slopes
by Anonymous Monk on Sep 21, 2014 at 10:15 UTC | |
by Laurent_R (Canon) on Sep 21, 2014 at 10:34 UTC | |
|
Re^3: enumerating values for slopes
by Aldebaran (Curate) on Sep 22, 2014 at 03:39 UTC |