Skip to content

Commit 515647d

Browse files
committed
Add correspondences for real part and imaginary part functions
1 parent 4fac509 commit 515647d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/interfaces/maxima_lib.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,8 @@ def reduce_load_MaximaLib():
12451245
sage.functions.error.erf: "%ERF",
12461246
sage.functions.gamma.gamma_inc: "%GAMMA_INCOMPLETE",
12471247
sage.functions.other.conjugate: "$CONJUGATE",
1248+
sage.functions.other.imag_part: "%IMAGPART",
1249+
sage.functions.other.real_part: "%REALPART",
12481250
}
12491251
# we compile the dictionary
12501252
sage_op_dict = {k: EclObject(sage_op_dict[k]) for k in sage_op_dict}

0 commit comments

Comments
 (0)