History log of /openbsd-current/lib/libm/src/s_ctanl.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 20-Jul-2011 martynas

- 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.


# 1.2 20-Jul-2011 martynas

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


# 1.1 08-Jul-2011 martynas

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