sagemath/sage

Parent._is_numerical, _is_real_numerical - remove hard dependency on real_mpfr, complex_mpfr

Closed this issue · 9 comments

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

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
 

Author: Matthias Koeppe

Commit: bf0ed1d

New commits:

bf0ed1d_is_[real_]numerical: Fall back to using CDF/RDF if ComplexField, RealField cannot be imported
comment:5

LGTM.

Reviewer: Travis Scrimshaw

comment:6

Thanks!