Skip to content

Commit be69753

Browse files
committed
fix isPromotable ring family
1 parent 4e93c86 commit be69753

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

M2/Macaulay2/m2/typicalvalues.m2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,12 @@ taylor (log1p, (x,n) -> (
319319
s
320320
))
321321

322+
promote(RR',RR') :=
323+
promote(RR',CC') :=
324+
promote(CC',CC') :=
325+
promote(RR',CC') :=
326+
promote(RR',RRi') :=
327+
promote(RRi',RRi') := dummy
322328

323329
-- Local Variables:
324330
-- compile-command: "make -C $M2BUILDDIR/Macaulay2/m2 "

0 commit comments

Comments
 (0)