Skip to content

Commit a4d67c0

Browse files
committed
Add correspondences for real part and imaginary part functions
1 parent c6e034c commit a4d67c0

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
@@ -1243,6 +1243,8 @@ def reduce_load_MaximaLib():
12431243
sage.functions.error.erf: "%ERF",
12441244
sage.functions.gamma.gamma_inc: "%GAMMA_INCOMPLETE",
12451245
sage.functions.other.conjugate: "$CONJUGATE",
1246+
sage.functions.other.imag_part: "%IMAGPART",
1247+
sage.functions.other.real_part: "%REALPART",
12461248
}
12471249
# we compile the dictionary
12481250
sage_op_dict = {k: EclObject(sage_op_dict[k]) for k in sage_op_dict}

0 commit comments

Comments
 (0)