However, unless the pike-optimizer code has been changed since the last time I looked at it, it's not a good idea to move the simple math-functions to a module from the global scope.
/ Per Hedbor ()
Previous text:
2002-09-04 18:17: Subject: POSIX module
yep, it's purely a matter of namespace pollution. Such a set of "standard" modules makes things more clear, nothing else. The thing of physically moving the source is purely a matter of maintainability, of certain common things the functions might share, etc. etc. - nothing else :) I think that such a module is a purely organizational one, albeit very useful.
/ Marek Habersack (Grendel)