Precision arithmetic
Show older comments
I calculate Lyapunov Exponent. I need a big precision, such as 10000. I create a simple example for verifing calculating: >> vpa(pi, 10) ans = 3.141592654 >> vpa(pi*10, 10) ans = 31.41592654
But, I need a 10 symbols after dot. But not 9 and 8 as in example. How can I achive a calculating with specified symbols after dot?
Accepted Answer
More Answers (0)
Categories
Find more on Common Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!