Multiply

public struct Multiply: Fn

Multiply computes the product of a list of numbers. Attempting to multiply fewer than two numbers will result in an “invalid argument” error.

Reference.

  • Declaration

    Swift

    public init(_ terms: Expr...)

    Parameters

    terms

    Numbers to be multiplied.