transcendental functions and compilation



>   From: Robert Dodier <robert.dodier at gmail.com>
>   Date: Mon, 30 Sep 2013 17:11:30 +0000
>
>
>   On looking at this some more, the right thing to do is to fetch the
>   appropriate function from the hash table *FLONUM-OP* (and I suppose
>   *BIG-FLOAT-OP* for bigfloat args). That way the translated code will
>   always exactly match interpreted code.
>
>
>   At this point I'm inclinedd to make use of *FLONUM-OP* in translation
>   and nuke the LISP-FUNCTION-TO-USE business.

Robert, thanks. The changes you committed mean that cosh, et. al. are
now compiled correctly by compile.

Leo