What value is 1.0000e-03 in normal numbers?
37 views (last 30 days)
Show older comments
What value is 1.0000e-03 in normal numbers?
0 Comments
Answers (1)
Steven Lord
on 21 Jan 2021
format longg
x = 1.0000e-03
1 Comment
Walter Roberson
on 21 Jan 2021
We also recommend following that with
x - 0.001
as there might be a very small difference that is hidden in the fact that format eng and format long do not display all of the digits
See Also
Categories
Find more on Get Started with MATLAB 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!