Atom - : - Integer Division

Characters: :

Tags: math , number , vectorize

Arity: dyadic

This atom is dyadic, which means it takes two arguments.

Functionality

Integer divide two numbers (floor).

Details

The result is floored (not truncated), so 7 : 2 is 3 and -7 : 2 is -4. Complex quotients will error.