久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

將 float 轉換為 double 而不會丟失精度

Convert float to double without losing precision(將 float 轉換為 double 而不會丟失精度)
本文介紹了將 float 轉換為 double 而不會丟失精度的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我有一個原始浮點數,我需要一個原始雙精度數.簡單地將浮點數轉換為 double 會給我帶來奇怪的額外精度.例如:

I have a primitive float and I need as a primitive double. Simply casting the float to double gives me weird extra precision. For example:

float temp = 14009.35F;
System.out.println(Float.toString(temp)); // Prints 14009.35
System.out.println(Double.toString((double)temp)); // Prints 14009.349609375

但是,如果我不進行強制轉換,而是將浮點數輸出為字符串,并將字符串解析為雙精度,我會得到我想要的:

However, if instead of casting, I output the float as a string, and parse the string as a double, I get what I want:

System.out.println(Double.toString(Double.parseDouble(Float.toString(temp))));
// Prints 14009.35

有沒有更好的方法而不是去字符串然后返回?

Is there a better way than to go to String and back?

推薦答案

并不是你實際上獲得了額外的精度 - 而是浮點數沒有準確地代表你的目標數字起初.double is 準確地代表了原來的浮點數;toString 正在顯示已經存在的額外"數據.

It's not that you're actually getting extra precision - it's that the float didn't accurately represent the number you were aiming for originally. The double is representing the original float accurately; toString is showing the "extra" data which was already present.

例如(這些數字不正確,我只是在編造)假設你有:

For example (and these numbers aren't right, I'm just making things up) suppose you had:

float f = 0.1F;
double d = f;

那么 f 的值可能正好是 0.100000234523.d 將具有完全相同的值,但是當您將其轉換為字符串時,它會相信"它的精確度更高,因此不會提前四舍五入,您會看到已經存在但對您隱藏的額外數字".

Then the value of f might be exactly 0.100000234523. d will have exactly the same value, but when you convert it to a string it will "trust" that it's accurate to a higher precision, so won't round off as early, and you'll see the "extra digits" which were already there, but hidden from you.

當您轉換為字符串并返回時,您最終會得到一個比原始浮點數更接近字符串值的雙精度值 - 但這只是 如果 你真的相信字符串值是您真正想要的.

When you convert to a string and back, you're ending up with a double value which is closer to the string value than the original float was - but that's only good if you really believe that the string value is what you really wanted.

您確定 float/double 是此處使用的合適類型,而不是 BigDecimal?如果您嘗試使用具有精確十進制值的數字(例如貨幣),那么 BigDecimal 是更合適的 IMO 類型.

Are you sure that float/double are the appropriate types to use here instead of BigDecimal? If you're trying to use numbers which have precise decimal values (e.g. money), then BigDecimal is a more appropriate type IMO.

這篇關于將 float 轉換為 double 而不會丟失精度的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

How to wrap text around components in a JTextPane?(如何在 JTextPane 中的組件周圍環繞文本?)
MyBatis, how to get the auto generated key of an insert? [MySql](MyBatis,如何獲取插入的自動生成密鑰?[MySql])
Inserting to Oracle Nested Table in Java(在 Java 中插入 Oracle 嵌套表)
Java: How to insert CLOB into oracle database(Java:如何將 CLOB 插入 oracle 數據庫)
Why does Spring-data-jdbc not save my Car object?(為什么 Spring-data-jdbc 不保存我的 Car 對象?)
Use threading to process file chunk by chunk(使用線程逐塊處理文件)
主站蜘蛛池模板: 成人做爰9片免费看网站 | 亚洲精品一区二区三区中文字幕 | 看一级黄色毛片 | 国产高清精品在线 | 极情综合网 | 成人一区av | 欧美亚洲激情 | 无码日韩精品一区二区免费 | 日韩视频在线一区二区 | av网站免费 | 97精品超碰一区二区三区 | 爽爽免费视频 | 日韩在线免费视频 | 一区二区三区亚洲 | 久久精品91久久久久久再现 | 日韩中文字幕在线视频 | 91高清在线观看 | 欧美一级毛片免费观看 | 一区二区成人 | 91亚洲国产成人精品一区二三 | 亚洲欧美日韩在线 | 欧美视频1 | 久久久.com | 亚洲vs天堂 | 久久久毛片 | 暴草美女 | 九九热re | 青青久久av北条麻妃海外网 | 国产高清av免费观看 | 精品国产黄色片 | 欧美 日韩 国产 成人 | 在线观看你懂的网站 | 黄色三级在线播放 | 亚洲福利视频一区二区 | 日韩欧美在线视频播放 | 青青草原综合久久大伊人精品 | 伊人精品在线视频 | 日韩av一区在线观看 | 亚洲女人的天堂 | 日韩欧美一区二区三区在线播放 | 久久一区二区三区四区五区 |