mul abstract method

T mul(
  1. T a,
  2. T b
)

Computes the multiplication: a * b.

Implementation

T mul(T a, T b);