Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 16:58:22 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        bugzilla-noreply@freebsd.org
Cc:        numerics@freebsd.org
Subject:   Re: [Bug 240295] math(3): Add Complex Arithmetic functions and their hyperbolic counterparts
Message-ID:  <20190905235822.GA86663@troutmask.apl.washington.edu>
In-Reply-To: <bug-240295-18636-nCiPoBa9Ld@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240295-18636@https.bugs.freebsd.org/bugzilla/> <bug-240295-18636-nCiPoBa9Ld@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 05, 2019 at 11:12:57PM +0000, bugzilla-noreply@freebsd.org wrote:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240295
> 
> --- Comment #3 from Steve Kargl <kargl@FreeBSD.org> ---
> Sigh**2. The patch includes functions already implemented in FreeBSD.
> 
> r226458 | das | 2011-10-16 22:41:03 -0700 (Sun, 16 Oct 2011) | 3 lines
> 
> Add c{cos,sin,tan}{,h}{,f} functions.  This is joint work with
> bde and kargl.
> 

The only C99 functions missing are ccosl, ccoshl, csinl, csinhl,
ctanl, ctanhl, and cexpl.

I have ld80 and ld128 code for ccosl, ccoshl, and cexpl,
based on porting src/s_ccosh.c and src/s_cexp.c to the
appropriate precisions.

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190905235822.GA86663>