simplify lround and llround functions
authornsz <nsz@port70.net>
Sun, 18 Mar 2012 19:52:33 +0000 (20:52 +0100)
committernsz <nsz@port70.net>
Sun, 18 Mar 2012 19:52:33 +0000 (20:52 +0100)
commitafad262440d213633144d696b8fdda7a65bf26d1
treece48fe2e56ad9459dec8503cf377acc81b66fd39
parent65db00983f3fa5449f20f2694477f9d5116f6ea5
simplify lround and llround functions

Simple wrappers around round is enough because
spurious inexact exception is allowed.
src/math/llround.c
src/math/llroundf.c
src/math/llroundl.c
src/math/lround.c
src/math/lroundf.c
src/math/lroundl.c