public class ValueMath extends Object implements Value
public ValueMath(Value x, Value y, char op)
op
- The arithmetic operator that is to be applied to x and y. This should
be one of the characters '+', '-', '*', '/', or '^'. (No error is
thrown if another character is provided. It will be treated as a '/').