Overrides Calculator::sub
public function sub(string $a, string $b) : string { return $this->add($a, $this->neg($b)); }