Révision 159 pobysoPythonSage/src/sageSLZ/sageSLZ.sage
sageSLZ.sage (revision 159) | ||
---|---|---|
752 | 752 |
# |
753 | 753 |
print "Approximation precision: ", RR(approxPrecSa) |
754 | 754 |
# Prepare the arguments for the Taylor expansion computation with Sollya. |
755 |
functionSo = pobyso_parse_string_sa_so(fff._assume_str()) |
|
755 |
functionSo = \ |
|
756 |
pobyso_parse_string_sa_so(fff._assume_str().replace('_SAGE_VAR_', '')) |
|
756 | 757 |
degreeSo = pobyso_constant_from_int_sa_so(degreeSa) |
757 | 758 |
scaledBoundsSo = pobyso_bounds_to_range_sa_so(scaledLowerBoundSa, |
758 | 759 |
scaledUpperBoundSa) |
Formats disponibles : Unified diff