Overrides Calculator::mul
public function mul(string $a, string $b) : string { return \bcmul($a, $b, 0); }