summaryrefslogtreecommitdiff
path: root/src/atan2u.c
Commit message (Expand)AuthorAgeFilesLines
* [src/atan2u.c] fixed error analysiszimmerma2021-02-031-4/+6
* [src/atan2u.c] better explain the choice of prec in mpfr_atan2u_aux3zimmerma2021-02-031-3/+5
* [src/atan2u.c] simplified codezimmerma2021-02-031-4/+2
* [src/atan2u.c] Support unsigned long != 64-bit type. Avoid a warning.vlefevre2021-02-031-14/+20
* [src/atan2u.c] deal with underflow and overflow in y/xzimmerma2021-02-031-3/+97
* [src/atan2u.c] Added a FIXME: the code is incorrect if y/x yieldsvlefevre2021-02-031-0/+2
* [src/atan2u.c] Fixed 2 bugs in mpfr_atan2u_aux2. Minor changes.vlefevre2021-02-031-9/+17
* [src/atan2u.c] Minor corrections in comments.vlefevre2021-02-031-2/+2
* [src/atan2u.c] Use MPFR_RET_NEVER_GO_HERE.vlefevre2021-02-021-1/+1
* [src/atan2u.c] fixed atan2u with respect to the four quadrantszimmerma2021-02-021-2/+10
* added mpfr_atan2u (work in progress)zimmerma2021-02-021-0/+241