Uses of Class
com.fathzer.soft.javaluator.Constant
-
Uses of Constant in com.fathzer.soft.javaluator
Fields in com.fathzer.soft.javaluator declared as ConstantModifier and TypeFieldDescriptionstatic final ConstantDoubleEvaluator.EA constant that represents e (2.718281...)static final ConstantDoubleEvaluator.PIA constant that represents pi (3.14159...)Methods in com.fathzer.soft.javaluator that return types with arguments of type ConstantModifier and TypeMethodDescriptionAbstractEvaluator.getConstants()Gets the constants supported by this evaluator.Parameters.getConstants()Gets the supported constants.Methods in com.fathzer.soft.javaluator with parameters of type ConstantModifier and TypeMethodDescriptionvoidAdds a constant to the supported ones.protected TEvaluates a constant.protected DoublevoidParameters.setTranslation(Constant constant, String translatedName) Sets the translated term for a constant.Method parameters in com.fathzer.soft.javaluator with type arguments of type ConstantModifier and TypeMethodDescriptionvoidParameters.addConstants(Collection<Constant> constants) Adds constants to the supported ones.