Complex arg-trig functions

Bruce Evans brde at optusnet.com.au
Sat Aug 4 20:52:13 UTC 2012


On Sat, 4 Aug 2012, Stephen Montgomery-Smith wrote:

> On 08/04/2012 11:46 AM, Stephen Montgomery-Smith wrote:
>> On 08/04/2012 03:49 AM, Bruce Evans wrote:
>>> On Fri, 3 Aug 2012, Stephen Montgomery-Smith wrote:
>> 
>>> I made good progress with clog[fl]().  The accuracy problems near 0
>>> are long solved and proved to be solved.
>
> Do you have access to a logl and log1pl?  I found hypotl and atan2l.

I have my development version which hasn't been committed for too long.
It was handy for testing some things in clog(), but you can do almost
the same by testing float functions and using double log/log1p() in
them when you want to see errors in your functions except ones from
when they call logf/log1pf().

Bruce


More information about the freebsd-numerics mailing list