| Does anybody know of a Common Lisp implementation of the inverse of
| erf, the error function?
No, but googling for "inverse error function" yields the page
http://home.online.no/~pjacklam/notes/invnorm/ which describes a good
algorithm and lists implementations in many languages (including bc
and Visual Basic!). You should have no difficulty writing your own in
Common Lisp from the description or translating one of the other
implementations. Maybe you could contribute it to that page
afterwards?
--
* Harald Hanche-Olsen <URL:http://www.math.ntnu.no/~hanche/>
- Debating gives most of us much more psychological satisfaction
than thinking does: but it deprives us of whatever chance there is
of getting closer to the truth. -- C.P. Snow
Re: I/O in Lisp ... > code is portable across Common Lisp implementations.... certainly the language standard provides no way to do it. ... > Common Lisp provides an abstract data type called a CHARACTER,... (comp.lang.lisp)
Common Lisp / Scheme comparison ... spec and several implementations dozens of variously comprehensive ...Fully reentrant continuations.... C numeric types plus bignums Implementation-defined numeric types,...Common Lisp just wins on numeric implementations provide blazing speed ... (comp.lang.lisp)
Re: Interesting developments since "Beating the averages"? ... the differences between Common Lisp and Scheme, the conventional wisdom that they get here is that Scheme is a minimalist standard, in order to get anything practical done with it one needs a library that brings it up to the level of Common Lisp and, since in Common Lisp the library is standardized and in Scheme it's typically implementation specific, Common Lisp is in that respect superior. ... You don't need standards to get things done, you only need portable libraries.... It seems that the only solution would then be to drop Common Lisp and go with a new Lisp dialect that doesn't suffer from the large number of implementations.... (comp.lang.lisp)
Re: CL implementations and tail-call optimization ...optimization across various Common Lisp implementations?... which implementationI should be focusing on if I need support for TCO, ... tail call elimination than Common Lisp is not the best choice. ... (comp.lang.lisp)
Re: Identifying CL Implementations? ... >> accepted) method to identify Common Lisp implementations?... you end up with a de facto standard... (comp.lang.lisp)