久久久久久久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(使用線程逐塊處理文件)
主站蜘蛛池模板: 久久午夜精品 | 999热精品视频| 久久久久久久久一区 | 91佛爷在线观看 | av 一区二区三区 | 久久精品国产一区二区电影 | 久久尤物免费一区二区三区 | 日韩aⅴ视频 | 羞羞视频在线观看 | 亚洲乱码一区二区三区在线观看 | 国产精品视频观看 | 91精品国产综合久久久久 | 国产一区二区三区久久久久久久久 | 精品无码久久久久久久动漫 | av在线免费观看网站 | 亚洲欧美高清 | 91在线免费视频 | 一区精品视频在线观看 | 亚洲精品一区二三区不卡 | 亚洲精品www | 国产精品国产成人国产三级 | 午夜专区 | 亚洲久视频 | 国产精品国产 | 亚洲精品www久久久久久广东 | 美女一区 | 久久久久久毛片免费观看 | 日本不卡一区二区三区在线观看 | 国产精品中文字幕在线播放 | 羞羞视频免费观看 | 日韩网站免费观看 | 伊人精品视频 | 久久久黄色 | 久久不卡 | 91超碰在线观看 | 欧洲一级毛片 | 成人在线视频一区 | 亚洲九九精品 | 欧美aⅴ片 | 深夜福利影院 | 国产精品美女久久久久aⅴ国产馆 |