Atom - % - Modulo

Characters: %

Tags: math , number , vectorize

Arity: dyadic

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

Functionality

Remainder when dividing x by y.

Details

This uses Python's %; that is, the result has the same sign as the right argument. Returns nan if the right argument is zero.