Uses of Class
org.statcato.calculator.MathFunction

Packages that use MathFunction
org.statcato.calculator Provides classes for the calculator tool, including a token scanner and a parser for mathematical expressions. 
 

Uses of MathFunction in org.statcato.calculator
 

Methods in org.statcato.calculator with parameters of type MathFunction
static CompUnit MathOperations.functionCall(CompUnit c, MathFunction f)