History log of /openbsd-current/lib/libm/hidden/math.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_3_BASE
# 1.4 12-Mar-2018 guenther

Add cvs tag, copyright, and license


# 1.3 12-Mar-2018 guenther

Fix build of sincosl on machines where long double == double

ok deraadt@


# 1.2 10-Mar-2018 kettenis

Implement sicos(3), sincosf(3) and sincosl(3). These functions are common
extensions and modern compilers (such as clang) will use them to optimize
separate calculations of sine and cosine.

ok tom@, patrick@, deraadt@, jmc@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.1 12-Sep-2016 guenther

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

ok kettenis@ millert@ deraadt@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.1 12-Sep-2016 guenther

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

ok kettenis@ millert@ deraadt@