Operators and Keywords
Function List:
C++ API
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 (x)) + roundb (imag (x)) * I
See also: round.
Package: octave