How does matlab carry out exponent operation (e^f(x))?
4 views (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
See Also
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!