<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: What Is Float in Python Code</title><link>http://www.bing.com:80/search?q=What+Is+Float+in+Python+Code</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>What Is Float in Python Code</title><link>http://www.bing.com:80/search?q=What+Is+Float+in+Python+Code</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>What is the difference between float and double? - Stack Overflow</title><link>https://stackoverflow.com/questions/2386772/what-is-the-difference-between-float-and-double</link><description>I've read about the difference between double precision and single precision. However, in most cases, float and double seem to be interchangeable, i.e. using one or the other does not seem to affec...</description><pubDate>Sat, 04 Apr 2026 12:03:00 GMT</pubDate></item><item><title>O que é o float em Python? - Stack Overflow em Português</title><link>https://pt.stackoverflow.com/questions/397225/o-que-%c3%a9-o-float-em-python</link><description>O tipo float é associado ao valor de um objeto armazenado na memória e tem um formato interno específico que é capaz de representar um valor fracionado. Note que em Python as variáveis não têm tipo (na verdade tem um único tipo, mas não se preocupe com esse detalhe teórico).</description><pubDate>Sat, 04 Apr 2026 14:33:00 GMT</pubDate></item><item><title>integer - What exactly is a float? - Stack Overflow</title><link>https://stackoverflow.com/questions/5628768/what-exactly-is-a-float</link><description>This is the reason why we call them "floating point numbers" - we allow the decimal point to "float" depending on how big the number that we want to write is. Let's give an example in decimal notation. Suppose that you are given 5 cells to write down a number: _ _ _ _ _ . If you don't use decimal points, then you can represent numbers from 0 to ...</description><pubDate>Sun, 05 Apr 2026 10:07:00 GMT</pubDate></item><item><title>Qual a forma correta de usar os tipos float, double e decimal?</title><link>https://pt.stackoverflow.com/questions/219211/qual-a-forma-correta-de-usar-os-tipos-float-double-e-decimal</link><description>float e double são mais rápidos, eficientes e econômicos do que os BigDecimal s do Java; não posso afirmar muito sobre o Decimal do C#, mas creio que para multiplicação seja muito mais leve. Normalmente, nos processadores mais modernos, existe um núcleo de processamento de aritmética de ponto flutuante.</description><pubDate>Sun, 05 Apr 2026 08:05:00 GMT</pubDate></item><item><title>c - Что такое (float*)? - Stack Overflow на русском</title><link>https://ru.stackoverflow.com/questions/1535954/%d0%a7%d1%82%d0%be-%d1%82%d0%b0%d0%ba%d0%be%d0%b5-float</link><description>Функция calloc возвращает указатель типа void * и этот указатель будет основой создания нового объекта типа float *. То-есть на самом деле то-же самый указатель, но на другой тип.</description><pubDate>Thu, 02 Apr 2026 18:39:00 GMT</pubDate></item><item><title>How are floating point numbers stored in memory? - Stack Overflow</title><link>https://stackoverflow.com/questions/7644699/how-are-floating-point-numbers-stored-in-memory</link><description>The float type matches the IEC 60559 single format. The double type matches the IEC 60559 double format. The long double type matches an IEC 60559 extended format. in C++, use the std::numeric_limits&lt;float&gt;::is_iec559 constants I've written some guides on IEEE-754 at: In Java, what does NaN mean? What is a subnormal floating point number?</description><pubDate>Thu, 02 Apr 2026 17:06:00 GMT</pubDate></item><item><title>Should I use double or float? - Stack Overflow</title><link>https://stackoverflow.com/questions/1074474/should-i-use-double-or-float</link><description>1 The main difference between float and double is precision. Wikipedia has more info about Single precision (float) and Double precision.</description><pubDate>Wed, 01 Apr 2026 02:26:00 GMT</pubDate></item><item><title>floating point - C: printf a float value - Stack Overflow</title><link>https://stackoverflow.com/questions/8345581/c-printf-a-float-value</link><description>I want to print a float value which has 2 integer digits and 6 decimal digits after the comma. If I just use printf("%f", myFloat) I'm getting a truncated value. I don't know if this always happen...</description><pubDate>Sun, 05 Apr 2026 07:08:00 GMT</pubDate></item><item><title>c - What is the difference between float, _Float32, _Float32x, and ...</title><link>https://stackoverflow.com/questions/76618971/what-is-the-difference-between-float-float32-float32x-and-float32-t</link><description>Are they distinct types, or can they be aliases for float? What is the minimum range and precision of these types? Are they required to be IEEE-754-compliant (or IEC 60559)? Is float obsoleted by _Float32 or other types? The same questions apply to _Float64 vs double, and _Float128 vs long double.</description><pubDate>Wed, 01 Apr 2026 16:02:00 GMT</pubDate></item><item><title>How many digits can float8, float16, float32, float64, and float128 ...</title><link>https://stackoverflow.com/questions/56514892/how-many-digits-can-float8-float16-float32-float64-and-float128-contain</link><description>Numpy's dtype documentation only shows &amp;quot;x bits exponent, y bits mantissa&amp;quot; for each float type, but I couldn't translate that to exactly how many digits before/after the decimal point. Is ...</description><pubDate>Sun, 05 Apr 2026 15:22:00 GMT</pubDate></item></channel></rss>