Parent._is_numerical, _is_real_numerical - remove hard dependency on real_mpfr, complex_mpfr
Closed this issue · 9 comments
mkoeppe commented
This is for sagemath-polyhedra (#32432), which does not include the floating point fields
CC: @videlec @mezzarobba @tscrim @mjungmath
Component: refactoring
Author: Matthias Koeppe
Branch/Commit: bf0ed1d
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/32625
mkoeppe commented
Description changed:
---
+++
@@ -1,2 +1,2 @@
-This is for *'sagemath-polyhedra* (#32432), which does not include the floating point fields
+This is for **sagemath-polyhedra** (#32432), which does not include the floating point fields
mkoeppe commented
mkoeppe commented
Author: Matthias Koeppe
mkoeppe commented
New commits:
bf0ed1d | _is_[real_]numerical: Fall back to using CDF/RDF if ComplexField, RealField cannot be imported |
tscrim commented
comment:5
LGTM.
tscrim commented
Reviewer: Travis Scrimshaw
mkoeppe commented
comment:6
Thanks!
vbraun commented