On Saturday 28 July 2007, Patrick R. Michaud wrote: > Out of curiosity, where are 'pi' and 'e' defined (e.g., in > the Synopses or other specs)? Do these even belong in the > test suite?
I originally came across pi in src/builtins/math.pir pi and e are both defined in there. pi is the trig.t test from pugs. It's mentioned directly in older versions of S29: http://www.rodadams.net/Perl/S29.html In today's S29, pi is mentioned as part of the Num role. e isn't in there at all. Colin