fld
fld(x, y)
Largest integer less than or equal to x/y
.
Examples
julia> fld(5, 2)
2
julia> fld(-5, 2)
-3
julia> fld(5.1, 2)
2.0
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.