public class Times extends AbstractOperator
Modifier and Type | Field and Description |
---|---|
static Times |
CONST |
static int |
NO_SPECIAL_CALL |
static int |
PLUS_CALL |
fOperator, fPrecedence
fFactory
Constructor and Description |
---|
Times() |
Modifier and Type | Method and Description |
---|---|
boolean |
convert(java.lang.StringBuffer buf,
IAST f,
int precedence)
Converts a given function into the corresponding TeX output
|
boolean |
convertTimesFraction(java.lang.StringBuffer buf,
IAST f,
int precedence,
int caller)
Try to split a given
Times[...] |
precedenceClose, precedenceOpen
getFactory, setFactory
public static final int NO_SPECIAL_CALL
public static final int PLUS_CALL
public static Times CONST
public boolean convert(java.lang.StringBuffer buf, IAST f, int precedence)
convert
in interface IConverter
convert
in class AbstractOperator
buf
- StringBuffer for MathML outputf
- The math function which should be converted to TeXpublic boolean convertTimesFraction(java.lang.StringBuffer buf, IAST f, int precedence, int caller)
Times[...]
function into nominator and denominator and add the corresponding TeX outputbuf
- StringBuffer for TeX outputf
- The math function which should be converted to TeX