Divides in the opposite direction from divide.
import * as N from "flurp/number";const twoDividedBy = N.divideInto(2);twoDividedBy(10); // 0.2
Divides in the opposite direction from divide.
Example