next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: default

default -- default member of a family

Synopsis

Description

i1 : default RR

o1 = RR
       53

o1 : RealField
i2 : defaultPrecision = 100

o2 = 100
i3 : default CC

o3 = CC
       100

o3 : ComplexField
This function is used internally, and its implementation may change.

See also

Ways to use default :

For the programmer

The object default is a method function.