mul

Multiplies the two operands. The result may be rounded and context flags may be set. Implements the 'multiply' function in the specification. (p. 33-34)

  1. D mul(D x, D y, Context context)
  2. D mul(D x, U n, Context context)
  3. D mul(D x, U y, Context context)
    D
    mul
    (
    D
    U
    )
    (
    in D x
    ,
    in U y
    ,
    Context context = D.context
    )

Meta