Updated argument order in accuracy tests, fixed overflow in fladjacent. Arthur A. Gleckler 08 Jul 2017 23:18 UTC

I've just applied some changes to the sample implementation
of SRFI 144 made by co-author Will Clinger.  These changes
affect only the sample implementation and not the text of
the SRFI.

Here are Will's comments on the changes:

  - This changes only the sample implementation; there are
  no changes to the SRFI document.

  - In my previous pull request, I changed the correctness
  tests to use the new order of arguments for Bessel
  functions, but forgot to update the accuracy tests.  This
  fixes that.

  - This also fixes an overflow bug in fladjacent, and makes
  that procedure run a little faster.

These files changed:

  srfi/144.body.scm
  tests/srfi-144-test.scm

Regards,

SRFI Editor