public class Product extends BinaryExpr
| Constructor and Description |
|---|
Product(RationalExpr e,
RationalExpr f) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getLeft, getRight, setLeft, setRightmult, one, plus, zeropublic Product(RationalExpr e, RationalExpr f)
e - ef - fCopyright © 2018. All rights reserved.