History log of /src/lib/libm/src/e_asinl.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.5 09-Jun-2024 riastradh

libm: Sprinkle whitespace fixes and rcsids on inverse trig functions.

No functional change intended.


# 1.4 09-Jun-2024 riastradh

libm: Do the weak alias dance for asin, acos, atan.

These are used internally by the complex trig functions, so they need
weak aliases.


# 1.3 24-Feb-2024 christos

add missing symbols for non long double architectures.


# 1.2 27-Jan-2024 ryoon

Enable asinl, acosl, logl, coshl, tanhl, atanhl, asinhl and acoshl

* Fix pkgsrc/math/py-numpy and pkgsrc/graphics/py-matplotlib, for example.


# 1.1 21-Jan-2024 christos

Bring in more long double functions from FreeBSD.