

Public Member Functions | |
| Factorial (Expression expression) | |
| Construct from Expression. | |
| jscicalc.StringArray | toHTMLSubString (int maxChars, int precision, final Base base, final Notation notation, double polarFactor) |
| Function to create an HTML string representation of the function. | |
| jscicalc.expression.Factorial.Factorial | ( | Expression | expression | ) |
| jscicalc.StringArray jscicalc.expression.Factorial.toHTMLSubString | ( | int | maxChars, | |
| int | precision, | |||
| final Base | base, | |||
| final Notation | notation, | |||
| double | polarFactor | |||
| ) |
Function to create an HTML string representation of the function.
The arguments are ignored except for Complex values.
| maxChars | ignored | |
| precision | ignored | |
| base | ignored | |
| notation | ignored | |
| polarFactor | ignored |
Reimplemented from jscicalc.expression.Monadic.
References jscicalc.expression.Monadic.expression, jscicalc.expression.Monadic.function, and jscicalc.OObject.toHTMLParenString().
1.5.5