print.m2: Pretty printing of Macaulay2 output.

Description Usage Arguments Value Examples

View source: R/print.m2.r

Description

Pretty printing of Macaulay2 output.

Usage

1
2
## S3 method for class 'm2'
print(x, ...)

Arguments

x

an object of class m2

...

additional parameters

Value

Invisible string of the printed object.

Examples

1
2
3
4
5
6
## Not run: 

m2("13^1000")


## End(Not run)

algstat documentation built on May 29, 2017, 10:34 p.m.

Related to print.m2 in algstat...