dkahle / mpoly

Symbolic computing with multivariate polynomials in R
https://dkahle.github.io/mpoly/
12 stars 12 forks source link

Printing issue #19

Closed dkahle closed 5 years ago

dkahle commented 5 years ago
library("mpoly")

bernstein(0, 1)
#> 1  -  1 x

Created on 2019-03-19 by the reprex package (v0.2.1)