aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/math
AgeCommit message (Expand)AuthorFilesLines
2023-04-18Cygwin: fix return value of ilogbl(NaN)Corinna Vinschen1-0/+4
2022-08-04cacosh: Use approximation for large input.Markus Mützel1-0/+21
2022-08-04casinh: Use approximation for large input.Markus Mützel1-0/+21
2021-11-15change _COMPILING_NEWLIB to _LIBCMike Frysinger1-1/+1
2021-04-19Cygwin: take hypotl function from Mingw-w64Corinna Vinschen1-0/+82
2020-10-27Cygwin: fix return value of sqrtl on negative infinityKen Brown1-1/+4
2020-08-30Cygwin: crt: Add "volatile" to all inline assembly snippets under mathMartin Storsjö11-15/+21
2020-08-30Cygwin: math/modfl.c: Fix segment faults in modfl().Liu Hao1-2/+2
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen77-85/+85
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen3-3/+3
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen6-27/+27
2019-12-16Cygwin: ilogbl: Make sure to return FP_ILGB0 on zero inputCorinna Vinschen1-0/+10
2019-08-20Cygwin: math: Properly propagate input NANs in a few functionsMartin Storsjö6-8/+20
2019-08-20Cygwin: math: Fix cosh(-INFINITY) to return +INFINITYMartin Storsjö1-1/+1
2019-08-20Cygwin: math: Fix the return value for tgammal for zero and negative integersMartin Storsjö1-2/+5
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz10-49/+18
2018-10-10Implement nanl in newlib onlyCorinna Vinschen1-5/+0
2017-06-07cygwin: Fix lrint{f,l} to return a 64 bit long on x86_64Corinna Vinschen3-3/+9
2017-04-18newlib: remove __infinity{f,ld} constantsCorinna Vinschen1-0/+5
2016-08-22Avoid truncating from long double to double in sinhl().David Wohlferd1-1/+1
2016-08-22sqrt: Fix NaN propagation for IEEE Std 754-2008Ray Donnelly1-3/+2
2016-07-18truncl: Fix setting rounding bits in FPU control wordCorinna Vinschen1-2/+6
2016-04-04cygwin/math: make isinf functions signedYaakov Selkowitz1-3/+3
2016-03-29Add missing nanlCorinna Vinschen1-0/+5
2016-03-29Add missing long double functions to CygwinCorinna Vinschen133-0/+10660