mdickinson / bigfloat

Python wrapper for MPFR, providing high-precision floating-point arithmetic
GNU Lesser General Public License v3.0
41 stars 11 forks source link

Add tests for binary operations with non-related types. #48

Closed mdickinson closed 10 years ago

mdickinson commented 10 years ago

Check that we call the appropriate reversed method of the other type when we don't understand how to perform the operation ourselves.

Closes #23.