Uses of Class
calculator.IllegalConstruction
Packages that use IllegalConstruction
-
Uses of IllegalConstruction in calculator.functions
Constructors in calculator.functions that throw IllegalConstructionModifierConstructorDescriptionArccosinus(Expression arg) Class constructor specifying an Expression to apply the arccosine function.Arcsinus(Expression arg) Class constructor specifying an Expression to apply the arcsine function.Arctangente(Expression arg) Class constructor specifying an Expression to apply the arctangent function.Cosh(Expression arg) Class constructor specifying an Expression to apply the hyperbolic cosine function.Cosinus(Expression arg) Class constructor specifying an Expression to apply the cosine function.Ln(Expression arg) Log(Expression base, Expression number) Sinh(Expression arg) Class constructor specifying an Expression to apply the hyperbolic sine function.Sinus(Expression arg) Class constructor specifying an Expression to apply the sine function.Sqrt(Expression arg) Tangente(Expression arg) Class constructor specifying an Expression to apply the tangent function.Tanh(Expression arg) Class constructor specifying an Expression to apply the hyperbolic tangent function.protectedUnaryFunction(Expression arg) To construct a unary operation with an expression as argument -
Uses of IllegalConstruction in calculator.operations
Constructors in calculator.operations that throw IllegalConstructionModifierConstructorDescriptionDivides(List<Expression> elist) Class constructor specifying a number of Expressions to divide.Minus(List<Expression> elist) Class constructor specifying a number of Expressions to subtract.protectedOperation(List<Expression> elist) To construct an operation with a list of expressions as arguments, as well as the Notation used to represent the operation.Plus(List<Expression> elist) Class constructor specifying a number of Expressions to add.Power(List<Expression> elist) Times(List<Expression> elist) Class constructor specifying a number of Expressions to multiply.