aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/math/w_scalb.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-23Remove HUGE_VAL definition from libm math functionsJozef Lawrynowicz1-6/+0
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 Lawrynowicz1-30/+5
Default math library configuration is now IEEE
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor1-0/+94