Hi all,
I was trying to use the _expression_ evaluator to
calculate a double precision exponent, but realized that the pow method of
the Token class translates the power
function to a multiplication of the first argument by itself number of times as
specified by the second (exponent) argument, and thus it is not supported for
double precision exponents.
Is there another way to use the ParseTreeEvaluator
to evaluate expressions that would allow this, or are there any plans to support
it in the future?
Thanks a lot,
Efrat
|
- Re: Using a double precision exponent power in the Expr... Efrat Frank
- Re: Using a double precision exponent power in the... Christopher Brooks