allow omitted inexact in nearest integer functions
authorSzabolcs Nagy <nsz@port70.net>
Sun, 25 Aug 2019 18:27:16 +0000 (18:27 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 7 Sep 2019 15:37:23 +0000 (15:37 +0000)
commitb55b931794bff9e88a3443daa8404c74f7f1d17c
tree0567d4ebd524a7af90bb716420c0f1707546e5bb
parent5fc943786cdd4e93efe31f9f742f2097cec9f8a1
allow omitted inexact in nearest integer functions

in ceil, floor, trunc, round, lround and llround omitting inexact
is not an error (in fact it will be required to be omitted in c2x,
but c11 allows both behaviours).
18 files changed:
src/math/ceil.c
src/math/ceilf.c
src/math/ceill.c
src/math/floor.c
src/math/floorf.c
src/math/floorl.c
src/math/llround.c
src/math/llroundf.c
src/math/llroundl.c
src/math/lround.c
src/math/lroundf.c
src/math/lroundl.c
src/math/round.c
src/math/roundf.c
src/math/roundl.c
src/math/trunc.c
src/math/truncf.c
src/math/truncl.c