aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/math/k_standard.c
AgeCommit message (Collapse)Author
2020-09-18libm: Make tgamma(-small) = -INFINITYKeith Packard
Need to copy the argument sign to the output for tgamma(finite) overflow case. Signed-off-by: Keith Packard <keithp@keithp.com>
2019-01-23Remove HUGE_VAL definition from libm math functionsJozef Lawrynowicz
This patch removes the definitions of HUGE_VAL from some of the float math functions. HUGE_VAL is defined in newlib/libc/include/math.h, so it is not necessary to have a further definition in the math functions.
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz
Default math library configuration is now IEEE
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor