Add special float arg translations for acosh, asech, atanh and acoth
commit640353f06d669d04e051a880be0863fdee74daae
authorKris Katterjohn <katterjohn@gmail.com>
Mon, 6 Jul 2020 21:33:54 +0000 (6 17:33 -0400)
committerKris Katterjohn <katterjohn@gmail.com>
Mon, 6 Jul 2020 21:33:54 +0000 (6 17:33 -0400)
tree2865d2e4dc8863d3b468da4b54e250eda3aa91d9
parent629febc281191d891b8a111e26cbb9ecb835bb09
Add special float arg translations for acosh, asech, atanh and acoth

These all honor tr_float_can_branch_complex.

No problems with the test suite or share test suite.
tests/rtest_translator.mac runs as expected, with new tests.
doc/info/Function.texi
src/transf.lisp
tests/rtest_translator.mac