Move all code in the bigfloat package together in ellipt.lisp
commitc201db88b58984f01ccb2bbda841661ac7de2f1e
authorRaymond Toy <toy.raymond@gmail.com>
Mon, 26 Aug 2024 15:25:18 +0000 (26 08:25 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Mon, 26 Aug 2024 15:25:18 +0000 (26 08:25 -0700)
tree9b205cb6e5f0ced1428819a84715f43da4f0d57e
parentdafed984fa9d278101fa581789675f2b425c1650
Move all code in the bigfloat package together in ellipt.lisp

It's a bit confusing to have lots of `in-package` forms spread around
the file.  Keep track of the package is a bit of a pain.

Thus, gather all the code that is in the `bigfloat` package all together
in one place.  Remove the extraneous `in-package` forms too.
src/ellipt.lisp