Skip to content

Divides

Generated from the engine's own definition: compute-engine's symbol, which we neither extend nor document by hand. No examples yet — the crosswalk is the reason it has a page.

`Divides(a, b)` returns `True` if `a` divides `b` (i.e. `b` is an integer multiple of `a`), corresponding to the notation `a ∣ b`. Both operands are integers; a symbolic operand keeps the relation unevaluated.

FungrimDividesFungrim entry4ec333805c7aed65c8Wolfram LanguageDivisible
Divides(integer, integer) -> booleanas compute-engine declares it

Domain: Compute engine