operator * method
Multiplies two results.
Implementation
operator *(Result other) =>
Result(clean: approximate() * other.approximate());
Multiplies two results.
operator *(Result other) =>
Result(clean: approximate() * other.approximate());