什么是小型"e"?科学计数法中的数值/Matlab中的Double [英] What is the Small "e" in Scientific Notation / Double in Matlab

查看:250
本文介绍了什么是小型"e"?科学计数法中的数值/Matlab中的Double的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我计算一个非常小的数字时,matlab给出了
1.12345e-15 这是什么?
我可以解释为1.12345 * 10 ^(-15) 或其1.12345 * e ^(-15) 我很着急.很抱歉这个愚蠢的问题.

when I calculate a very small number, matlab gives
1.12345e-15 What is this?
I can interpret it as 1.12345*10^(-15) or its 1.12345*e^(-15) I am in very hurry. Sorry for the stupid question.

推荐答案

e代表Rahul所说的科学计数法,但以10为底,而不是以e为底.

e represents scientific notation as Rahul said but it is base 10, not base e.

运行以下代码进行确认.

Run the following code to confirm.

1e1

它给你

ans = 10

这篇关于什么是小型"e"?科学计数法中的数值/Matlab中的Double的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆