Fix bugs in NUMERIC ceil() and floor() functions. ceil(0) returned 1,
and both would insert random junk digits if given an input that was an exact multiple of 10.
Showing
Please register or sign in to comment
and both would insert random junk digits if given an input that was an exact multiple of 10.