Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » debugging » peek'
next | previous | forward | backward | up | index | toc

peek' -- examine contents of an object

Description

i1 : s = factor 112

      4
o1 = 2 7

o1 : Expression of class Product
i2 : peek s

              4
o2 = Product{2 , 7}
i3 : peek'_2 s

o3 = Product{Power{2, 4}, Power{7, 1}}

See also

Ways to use peek':

  • peek'(ZZ,Thing)

For the programmer

The object peek' is a method function.


The source of this document is in Macaulay2Doc/functions/peek-doc.m2:55:0.