Class FunctionExpression<T extends Ring<T>>

java.lang.Object
org.episteme.core.mathematics.symbolic.FunctionExpression<T>
All Implemented Interfaces:
Expression<T>

public class FunctionExpression<T extends Ring<T>> extends Object implements Expression<T>
Represents a transcendental function as a symbolic expression.

Supports sin, cos, tan, exp, log, sqrt, and power functions. Differentiation is not yet fully implemented (requires division operation).

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)