realPart z
i1 : realPart(3/4) 3 o1 = - 4 o1 : QQ
i2 : realPart(1.5+2*ii) o2 = 1.5 o2 : RR (of precision 53)
i3 : realPart(interval(1+2*ii,3+4*ii)) o3 = [1,3] o3 : RRi (of precision 53)
The object realPart is a method function.
The source of this document is in Macaulay2Doc/doc_arithmetic.m2:90:0.