public interface IMathFunctionFactory
Allows to create a math function
Modifier and Type | Method and Description |
---|---|
IMathFunction |
createMathFunction(IMathElement funcName,
IMathElement baseArgument)
Creates math function
|
IMathFunction |
createMathFunction(java.lang.String funcName,
IMathElement baseArgument)
Creates math function
|
IMathFunction createMathFunction(IMathElement funcName, IMathElement baseArgument)
Creates math function
funcName
- Element used as a function namebaseArgument
- Element used as a function argumentIMathFunction createMathFunction(java.lang.String funcName, IMathElement baseArgument)
Creates math function
funcName
- Function namebaseArgument
- Element used as a function argument