Skip Menu |

This queue is for tickets about the Math-Complex CPAN distribution.

Report information
The Basics
Id: 102544
Status: open
Priority: 0/
Queue: Math-Complex

People
Owner: Nobody in particular
Requestors: SZABGAB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
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';