gpt4 book ai didi

java - java中的 double 超出范围

转载 作者:行者123 更新时间:2023-12-02 02:42:52 27 4
gpt4 key购买 nike

当我制作自己的计算器时,我遇到一个问题,其中我的 double 据类型以未知格式转换我的答案,这是我的示例代码

class Myclass
{
public static void main(String args[])
{
Double d = 0.0000001 * 1;
System.out.println("D = "+d);
[1]}
}

please check the image for the output

遇到此类问题如何解决?

最佳答案

这不是问题。这是输出。 1e-7 指的是 1x(10^-7) 或一乘以十次方减七。

关于java - java中的 double 超出范围,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45130412/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com