History log of /openbsd-src/lib/libm/src/s_catanl.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 2f2c0062 12-Sep-2016 guenther <guenther@openbsd.org>

Reduce libm's exports and make internal calls go direct.
All dependencies on libc are now via reserved/standardized names.

ok kettenis@ millert@ deraadt@


# 9fc13282 20-Jul-2011 martynas <martynas@openbsd.org>

- Make constants const.
- Fix aliasing issue in s_frexpf.c; spotted by gcc. Many other
ones were fixed in NetBSD long ago, but this one was forgotten. It
looks like recently they fixed it too.


# c18f5b07 20-Jul-2011 martynas <martynas@openbsd.org>

For intermediate computations use single or extended counterparts
where appropriate, to avoid precision loss.


# de3697aa 08-Jul-2011 martynas <martynas@openbsd.org>

Finalize work on complex math routines, now that we have the
extended-precision support. Mostly from Cephes.