Return the integer nearest to x. If there are two nearest integers, return the even one (banker's rounding). If x is complex, return roundb (real (x)) + roundb (imag (x)) * I. See also: rem
Return the integer nearest to x. If there are two nearest integers, return the even one (banker's rounding). If x is complex, return roundb (real (x)) + roundb (imag (x)) * I.
roundb (real (
)) + roundb (imag (
)) * I