2 round() function: round toward nearest, breaking ties away from zero.
14 float [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1]
15 floor [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1]
19 if test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1; then
22 gl_MATH_MODULE_INDICATOR([round])