Function multiply_items

  • TODO: Why doesn't this function perform sorting of the factors? multiply n factors [a b c d ...] => (multiply (multiply a b) c)

    Parameters

    • items: U[]

      is an integer

    • _: Pick<ExprContext, "valueOf">

    Returns U