Re: Core Euphoria Functions
- Posted by Robert Craig <rds at Rapi?Eu?horia.com> Jan 24, 2008
- 568 views
George Orr wrote: > To Rob and company - > > Is there a reason that we have the natural logarithm log(x) as a core Euphoria > function but do not have exp(x)? I know I can get the equivalent using > power(x,y) > provided I remember the value of e to enough significant places. I didn't like to add lots of very simple global functions that the programmer could create for himself, probably in less time than it would take him to browse through the manual. We have "PI" in misc.e. We could add "e" as well, but I bet that would cause a lot of naming conflicts. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com