algstat (version 0.0.2)

print.bertini: Pretty Printing of Bertini Output

Description

Pretty printing of Bertini output.

Usage

"print"(x, digits = 3, ...)

Arguments

x
an object of class bertini
digits
digits to round to
...
additional parameters

Value

Invisible string of the printed object.

Examples

Run this code
## Not run: 
# 
# # see ?bertini
# 
# variety("x^2 + 1")
# variety(c("x^2 + 1 + y","y"))
# 
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace