Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Assign double constant to float variable without warning in C?

c floating-point

Python question about exponents and int

python floating-point

Are all single-precision numbers representable in the double-precision format?

floating-point ieee-754

lossless conversion of float to string and back: is it possible?

max float represented in IEEE 754

How to store a floating point number as text without losing precision?

python floating-point

How to ensure same float numbers on different systems?

Efficient way to round double precision numbers to a lower precision given in number of bits

c# floating-point rounding

What precision are floating-point arithmetic operations done in?

Django Float Field input

Delphi - comparison of two "Real" number variables

delphi floating-point

C++ Float Comparison Around Zero Fails With Gtest

bitwise casting uint32_t to float in C/C++

How can I increase precision in R when calculating with probabilities close to 0 and 1?

r floating-point precision

Formatting floats: returning to default

How to use std::signaling_nan?

How do I do floating point rounding with a bias (always round up or down)?

c++ floating-point rounding

Strange compiler behavior with float literals vs float variables

Why is there an implicit conversion from Float/Double to BigDecimal, but not from String?

In C and Objective-C, should we use 0.5f or 0.5?