Overrides Calculator::pow
public function pow(string $a, int $e) : string { return \bcpow($a, (string) $e, 0); }