Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

General programming: Decimal numbers, floats

What does the following x86 assembly code with the FLDCW instruction do?

How to discard float precision in Ruby

ruby floating-point

What is the rationale for exponent and mantissa sizes in IEEE floating point standards?

How to use C/C++ format specifiers to achieve the same as "g" but with "1." instead of "1.0"

Assign float values to NSMutableArray

GHC 7.0.3 denies to show 2^1000 as a normalized double - outputs "infinity"

Is there a function to retrieve the number of available distinct values within a range?

Visual C# method calls using too much memory?

c# memory floating-point xna

C IEEE-Floats inf equal inf

c floating-point ieee-754

What is the precision of cpp_dec_float_50?

System.Math.Round corruption

c# .net floating-point

Java 17 vs Java 8 double representation

Float in c++ smaller range than IEEE 754

c++ floating-point ieee-754

Aren't 6 digits guarantee in single precision?

c++ floating-point

Python Decimal gives incorrect result

Create array of integers between two numbers in Javascript

controlling if the number is being rounded up or down in python