16 Commits (431a4cd4df25dd9cc9fd699c59036f896aef1003)

Author SHA1 Message Date
Rich Felker ed0e3a357e fix incorrect macro name for MATH_ERREXCEPT in math.h 14 years ago
Rich Felker 4dbd94112f optimize signbit macro 14 years ago
Rich Felker 93a18a15e4 make math.h more c++-friendly 14 years ago
Rich Felker 8e092217dd move nonstandard gamma() etc. to _GNU_SOURCE only 14 years ago
Rich Felker 65db6bf5ea c++ seems to want some casts in the float representation-access macros 14 years ago
Rich Felker 2cbb24bba3 remove junk sincos implementations in preparation to merge nsz's real ones 14 years ago
nsz 40305f74bd in math.h make lgamma_r and non-double bessel _GNU_SOURCE only 14 years ago
nsz 0144b45b71 efficient sincos based on sin and cos 14 years ago
Rich Felker 5657cc58e5 implement sincosf and sincosl functions; add prototypes 14 years ago
Rich Felker b69f695ace first commit of the new libm! 14 years ago
Rich Felker 405ce58dcf fix nan/infinity macros in math.h, etc. 14 years ago
Rich Felker 9fcecd7b34 typo in math.h c version check 14 years ago
Rich Felker db3e78cee5 make math.h compatibe with c89 14 years ago
Rich Felker 414a4cdebc add float_t and double_t to math.h 14 years ago
Rich Felker 3ed8c9f2df fix all missing instances of __cplusplus checks/extern "C" in headers 15 years ago
Rich Felker e0037efc12 isgreater etc. relation macros for math.h 15 years ago
Rich Felker 74eea628cf extensive header cleanup for standards conformance & correctness 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago