Uses of Class
org.episteme.core.mathematics.symbolic.FunctionExpression
Packages that use FunctionExpression
-
Uses of FunctionExpression in org.episteme.core.mathematics.symbolic
Methods in org.episteme.core.mathematics.symbolic that return FunctionExpressionModifier and TypeMethodDescriptionstatic <T extends Ring<T>>
FunctionExpression<T> FunctionExpression.cos(Expression<T> arg) Creates a cosine function expression.static <T extends Ring<T>>
FunctionExpression<T> FunctionExpression.exp(Expression<T> arg) Creates an exponential function expression.static <T extends Ring<T>>
FunctionExpression<T> FunctionExpression.log(Expression<T> arg) Creates a natural logarithm function expression.static <T extends Ring<T>>
FunctionExpression<T> FunctionExpression.pow(Expression<T> base, Expression<T> exp) Creates a power function expression.static <T extends Ring<T>>
FunctionExpression<T> FunctionExpression.sin(Expression<T> arg) Creates a sine function expression.static <T extends Ring<T>>
FunctionExpression<T> FunctionExpression.sqrt(Expression<T> arg) Creates a square root function expression.static <T extends Ring<T>>
FunctionExpression<T> FunctionExpression.tan(Expression<T> arg) Creates a tangent function expression.