Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » Thing » Number » InexactNumber' » RingFamily _*
next | previous | forward | backward | up | index | toc

RingFamily _* -- the common parent for rings in a family

Description

i1 : 4.

o1 = 4

o1 : RR (of precision 53)
i2 : ring 4.

o2 = RR
       53

o2 : RealField
i3 : parent ring 4.

o3 = RR
       *

o3 : Type
i4 : RR_*

o4 = RR
       *

o4 : Type

Ways to use this method:


The source of this document is in Macaulay2Doc/ov_analytic_functions.m2:605:0.