Add upper limit arg to log-transform
commitc937c12bc3bb154b7f01eead02b63e42df1456ea
authorRaymond Toy <toy.raymond@gmail.com>
Sat, 29 Jun 2024 21:28:49 +0000 (29 14:28 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Sat, 29 Jun 2024 21:28:49 +0000 (29 14:28 -0700)
tree33ece12d63348b6240c5949f901790809337b273
parent78dc2e149006c85b8b0397f524fce0380942136d
Add upper limit arg to log-transform

`log-transform` was accessing the special variable `*ul*`.  Instead,
add a `ul` arg for the upper limit and rename `*ul*` to `ul`.  Update
callers to pass in the upper limit to these functions.

Full testsuite + share pass (with 1 expected failure) with cmucl and
ccl64.
src/defint.lisp