Modulo

public struct Modulo: Fn

Modulo computes the remainder after division of a list of numbers.

Reference.

  • Declaration

    Swift

    public init(_ terms: Expr...)

    Parameters

    terms

    Numbers to computes modulo on.