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/
newLISP development release v.10.4.1
Re: newLISP development release v.10.4.1
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?
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?
Re: newLISP development release v.10.4.1
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.
---
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))