How does matlab carry out exponent operation (e^f(x))?

4 views (last 30 days)
What is the approximate form that MATLAB uses to carry out e^(f(x))?
I needed to get an exact estimate of computational complexity/cost of my algorithm (which uses this function), for which I needed to know how many multiplications and additions are involved in my algorithm. Hence, the need to know MATLAB's syntax for the above function.

Answers (1)

Walter Roberson
Walter Roberson on 4 Sep 2017

Categories

Find more on Linear Algebra in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!