Divide

public struct Divide: Fn

Divide computes the quotient of a list of numbers.

Reference.

  • Declaration

    Swift

    public init(_ terms: Expr...)

    Parameters

    terms

    Numbers to divide.