Navigation

Operators and Keywords

Function List:

C++ API

: roundb (x)

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: round.

Package: octave