Fri Mar 06 10:42:03 2015SZABGAB [...] cpan.org - Ticket created
Subject:
What are pi2 pip2 etc?
I think I know what pi is but it would be nice to have some explanation or a link to an explanation about all those other names that I think are less commonly known.
Sun May 24 05:21:00 2015peter.john.acklam [...] gmail.com - Correspondence added
The docs for Math::Complex says "See also Math::Trig", and in the docs for Math::Trig, you can find
# Import constants pi2, pip2, pip4 (2*pi, pi/2, pi/4).
use Math::Trig ':pi';
The docs should also mention pi4, so it would be better if the docs said
# Import constants pi2, pi4, pip2, pip4 (2*pi, 4*pi, pi/2, pi/4).
use Math::Trig ':pi';
Sun May 24 05:21:00 2015The RT System itself - Status changed from 'new' to 'open'