195 views
in Getting started by
Hi gents,

 Is there no exp() math function in 9.30? If not how can I accomplish by other means?

2 Answers

0 votes
by
Oh.. I could do:

e = 2.718281828459;

 math_pow(e, variable);

 to accomplish a exp() function, no?
0 votes
by

Hello Mike,

the function math_exp() has been added in version 10.00. If you are working with 9.30, you can calculate the expression by the math_pow() function, exactly as you suggested yourself. In fact the exp(x) operation calculates e^x.

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...