Return the integer nearest to x. If x is complex, return round (real (x)) + round (imag (x)) * I. See also: rem
Return the integer nearest to x. If x is complex, return round (real (x)) + round (imag (x)) * I.
round (real (
)) + round (imag (
)) * I