is-divisible-by(
    divisor: numeric
)

Returns true if the numeric value passed as argument is evenly divisible by the divisor provided as parameter. Returns false otherwise.

Parameters

Name Type Required Description
divisor numeric Yes An integer value used as the divisor.

Kind: Predicate
Scope: numeric/arithmetic
Aliases: divisible-by, numeric-is-divisible-by


This site uses Just the Docs, a documentation theme for Jekyll.