Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Sep 2019 00:13:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        numerics@FreeBSD.org
Subject:   [Bug 240295] math(3): Add Complex Arithmetic functions and their hyperbolic counterparts
Message-ID:  <bug-240295-18636-GiYYhnAm87@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240295-18636@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240295-18636@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240295

--- Comment #4 from Steve Kargl <kargl@FreeBSD.org> ---
(In reply to Steve Kargl from comment #3)
> Sigh**2. The patch includes functions already implemented in FreeBSD.
>=20
> r226458 | das | 2011-10-16 22:41:03 -0700 (Sun, 16 Oct 2011) | 3 lines
>=20
> 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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240295-18636-GiYYhnAm87>