Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Convert float to double

c# .net floating-point double

Rounding an Objective-C float to the nearest .05

Python - decimal places (putting floats into a string)

why can't I assign 1.2 value to float variable in C#? I did the same in C and C++, and it worked

Why does GLSL's arithmetic functions yield so different results on the iPad than on the simulator?

Will the two lines intersect in a Cartesian plane

java math floating-point

Possible to have ``a < b and not(a - b < 0)`` with floats

python floating-point

Why are floatRange, floatRadix and floatDigits functions?

haskell floating-point

Efficiently convert two Integers x and y into the float x.y

Euler #26, how to convert rational number to string with better precision?

Javascript value doesn't display decimals unless it's something other than 0.00

javascript floating-point

Is it safe to test a float for 0.0 equality?

How does a C# evaluate floating point in hover over and immediate window versus compiled?

c# math floating-point

What are the rules governing C++ single and double precision mixed calculations?

python float to in int conversion

python floating-point

Undefined method `-' for "100":String

SQL Server Floating Point in WHERE clause

Understanding casts from integer to float

Exact textual representation of an IEEE "double"

String formatting in Python: can I use %s for all types?