------ art_54582_20435240.1176777130131 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 4/16/07, Trans <transfire / gmail.com> wrote: > > > > On Apr 16, 1:56 pm, "Jason Roelofs" <jameskil... / gmail.com> wrote: > > No and most likely not. > > Why not? Seems to me factorial is a pretty basic/common math function. > It would be nice if written in C for speed. > > T. > > > Basic maybe, common debatable, Even if its a commonly used function (maybe your program does a lot of permutations and combinations) I somehow suspect factorial doesn't actually get called so often that it needs to be in stdlib or core. Its also not one of those math functions where you have to "know the trick" (not that its a terribly complicated trick) to implement it like Math::exp. I can't think of a good use case. although maybe its just me. ------ art_54582_20435240.1176777130131--