What value is 1.0000e-03 in normal numbers?

37 次查看(过去 30 天)
What value is 1.0000e-03 in normal numbers?

回答(1 个)

Steven Lord
Steven Lord 2021-1-21
format longg
x = 1.0000e-03
x =
0.001
  1 个评论
Walter Roberson
Walter Roberson 2021-1-21
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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by