JavaForm
returns the Symja Java form of the
expr
. In Java you can use the created Symja expressions.
returns the
java.lang.Math
form of theexpr
.
See:
Examples
JavaForm can add the F.
prefix for class org.matheclipse.core.expression.F
if you set Prefix->True
:
JavaForm evaluates its argument before creating the Java form:
You can use Hold
to suppress the evaluation:
Generate output for java.lang.Math
double
or float
expressions:
Implementation status
- ✅ - full supported