55
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Jun 23, 2024 — Jun 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Preliminary support for numerical computing Bessel K functions. More... about 23 years ago
Add the needed routines for the Bessel K function. More... about 23 years ago
Export the needed routines for the Bessel K function. More... about 23 years ago
Add routines for Bessel K function. More... about 23 years ago
Initial import of converted SLATEC routines for Bessel K. More... about 23 years ago
Initial import of SLATEC routines for Bessel K. More... about 23 years ago
Correct the documentation on specint: the modified Bessel function is called %IBES, not %I. More... about 23 years ago
o Replace the Gaussian RNG with a version from CLOCC (clocc.sourceforget.net) which uses the fast Ziggurat method to generate Gaussian random vars. o Tell maxima how to differentiate bessel_j. o Remove some old simplifiers for Bessel Y and I functions. o Fix error in simplifiers for J, Y, and I: when checking to see if the order was a half-integer, we were accidentally setting the order to NIL when it wasn't a half-integer. Don't do that. More... about 23 years ago
Update with the new one-line-per-entry format and the SLATEC routines. More... about 23 years ago
Added Bessel I function for complex arg. More... about 23 years ago
Regenerated from latest version (2002-05-06) of f2cl. More... about 23 years ago
Initial revision for SLATEC routines for Bessel Y and I functions. More... about 23 years ago
Initiali revision for SLATEC routines for Bessel Y and I functions. More... about 23 years ago
First cut at Bessel Y and I function support: More... about 23 years ago
Add rules for the Bessel I functions for complex arg and Bessel Y functions.for real and complex args. More... about 23 years ago
Export the Bessel Y and I functions we need for maxima. More... about 23 years ago
o Forgot to set the loader for the f2cl language. o Add the Bessel I functions for complex arg and the Bessel Y functions. More... about 23 years ago
Initial revision Additional SLATEC routines for Bessel functions Y and I. More... about 23 years ago
Update to latest version of macros.l: o Fixes bug in int-sub. o GCL doesn't have least-positive-normalized float constants o d1mach(5)/r1mach(5) wasn't being computed as accurately as it should have. More... about 23 years ago
When printing out help, make the help strings line up neatly. More... about 23 years ago
Get the dependencies correct for the SLATEC routines. More... about 23 years ago
Tell the user to use slatec.system to build the Lisp files from the Fortran files. More... about 23 years ago
Initial revision. More... about 23 years ago
Bug fix. If the user specifies one or more lisps at configure time, configure should not search for other lisps. Now it doesn't. More... about 23 years ago
Package-related hacks for gcl. More... about 23 years ago
added infodir so that info can be used locally. More... about 23 years ago
Generate multiple lines for the dependency file instead of one very long line. (Solution by James Amundson, to work around a line-length limit in some utilities.) More... about 23 years ago
Bug fix: create directories before they are needed by gcl. More... about 23 years ago
Bug fix: removed extraneous reference to *maxima-directory*. *info-paths* is now set by set-pathnames. More... about 23 years ago
Oops. ZBESJ needs to exported from the SLATEC package, and we need to use it. More... about 23 years ago