|
Contents | Previous | Next | Subchapters |
| Syntax |
floor(x) |
| See Also | ceil , roundoff , int , mod |
y = [ -1.4, -.6, 1.4, 2.]
floor(y)
returns
[-2 , -1 , 1 , 2]
floor function applies to the real and
imaginary parts separately.