Rename *ll* and *ul* to ll and ul in complm
commit9d830ee5a0b9dad8a60a02e0015919233a0d07cf
authorRaymond Toy <toy.raymond@gmail.com>
Wed, 26 Jun 2024 12:53:39 +0000 (26 05:53 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Wed, 26 Jun 2024 12:53:39 +0000 (26 05:53 -0700)
tree9ff2492ba96af6949e1c8f16b53563cd23650221
parenta0cf5a607c1e5db79803473b1856f5c5c7636c66
Rename *ll* and *ul* to ll and ul in complm

The function `complm` doesn't really need the special variables since
they're arguments, so rename the args to `ll` and `ul` to break that
connection.

Also added `ll` and `ul` parameters to `kindp34` and renamed the
existing uses of `*ll*` and `*ul*`.  Note that AFAICT, `kindp34` isn't
reachable from any user-called definite integral.

Full testsuite + share passes with cmucl and ccl64.
src/defint.lisp