久久久久久久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(使用線程逐塊處理文件)
主站蜘蛛池模板: 久久免费香蕉视频 | 久久国产免费看 | 奇米超碰在线 | 四虎永久免费在线 | 亚洲精品字幕 | 激情91| 色网在线观看 | 国产精品永久免费观看 | 久久在线视频 | 亚洲成人免费视频 | 久久精品亚洲精品国产欧美kt∨ | 97国产成人 | 在线一区视频 | 一级午夜aaa免费看三区 | 欧美亚洲在线 | 国产精品二区三区在线观看 | 日韩精品一区二区三区在线观看 | 99久久精品免费视频 | 在线中文字幕视频 | 亚洲天堂色 | 中文字幕乱码一区二区三区 | 男人的天堂视频网站 | 天天操夜夜看 | 亚洲精久久久 | 91久久夜色精品国产网站 | 色欧美综合 | 成人免费小视频 | 精品国产区| 永久网站 | 国产一级特黄视频 | 在线看av的网址 | 一区二区三区av | 精品国产一区二区三区久久久蜜月 | 日韩有码在线观看 | 日韩高清一区二区 | 亚洲一区二区三区在线视频 | 国产精品高潮呻吟久久 | 一级免费在线视频 | 亚洲狠狠丁香婷婷综合久久久 | 成人精品视频 | 欧美精品三区 |