We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2296c commit cddbf41Copy full SHA for cddbf41
README.md
@@ -185,6 +185,9 @@ Changes (0.9.0):
185
- [gh-336](https://github.com/flintlib/python-flint/pull/336),
186
Fixed a bug in `arb.neg()` which caused it to return its input
187
without negating it. (DSM)
188
+- [gh-339](https://github.com/flintlib/python-flint/pull/339),
189
+ Add `fmpq.__float__` method so that `float(fmpq)` and `complex(fmpq)`
190
+ work. (OB)
191
192
0.8.0
193
-----
0 commit comments