newLISP development release v.10.4.1

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

newLISP development release v.10.4.1

Post by Lutz »

Development release v.10.4.1 adds more math and statistic functions.

Release notes: http://www.newlisp.org/downloads/develo ... lease.html

Files: http://www.newlisp.org/downloads/development/

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Re: newLISP development release v.10.4.1

Post by rickyboy »

Thanks again, Lutz!
(λx. x x) (λx. x x)

johu
Posts: 143
Joined: Mon Feb 08, 2010 8:47 am

Re: newLISP development release v.10.4.1

Post by johu »

Hellow, Lutz.

In manual,

<td><a href="#crit-chi">crit-t</a></td>

<td><a href="#crit-t">crit-t</a></td>


linux=1, bsd=2, osx=3, solaris=4, cygwin=5, win32=6, os/2=7, tru64unix=9

linux=1, bsd=2, osx=3, solaris=4, win32=6, os/2=7, cygwin=8, tru64unix=9, aix=10


There are the definitions of prob-f and prob-t at betai function's example.
prob-f and prob-t are primitive in this version.
So, these definitions should be renamed?

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Re: newLISP development release v.10.4.1

Post by Lutz »


newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Re: newLISP development release v.10.4.1

Post by newdep »

Thanks for this fix! I wondered already what it was but you found it, I ran several times into this issue...
Ill try it right away ;-)

---
The command-event function now trims trailing line-feed characters in all compile and platform flavors. Previously only UNIX and readline lib enabled versions would trim the string passed by command-event.
---
-- (define? (Cornflakes))

Locked