Search code examples
Ensure only valid input number format in Flutter TextField...


flutterdoubletextfieldinputformatter

Read More
How to avoid "-0" as double.ToString() result after porting from .NET Framework 4.7.2 to ....


c#.netdoubletostring.net-5

Read More
Why is there no better representation for floating points than sign and magnitude?...


floating-pointdoubletwos-complement

Read More
ADF Copy activity is making double column in adx as "infinity" for 1.7976931348623157E308 ...


azure-data-factorydoublekqlinfinity

Read More
Is the maximum safe integer representable in IEEE double format 2⁵³ or 2⁵⁴?...


floating-pointdoubleieee-754

Read More
Using std::bitset for double representation...


c++doublebitset

Read More
What is the difference between using (double) versus multiplying by 1.0 when type casting an integer...


javacastingintegerdouble

Read More
Given a double value x, why (signed long long)(x) != *(signed long long *)(&x)?...


ctype-conversiondoubleformat-specifierslong-long

Read More
Difference between decimal, float and double in .NET?...


.netfloating-pointdoubledecimal

Read More
Limiting double to 3 decimal places...


c#doubletruncate

Read More
Convert Currency amount to cents without going through floating point...


delphidouble

Read More
Preventing double.Parse from removing trailing zeros after decimal place?...


c#doublesignificant-digits

Read More
Division in c# not going the way I expect...


c#doublescale

Read More
Reading doubles (numbers) in and out of Excel cells...


excelvbatextboxdouble

Read More
What's the best way to compare Double and Int?...


c#doubleintequals

Read More
Double.MinValue, MaxValue Bad Compile Time Constant -- mscorlib...


c#.netdouble

Read More
Round Issue in swift...


iosswiftdoublerounding

Read More
Round up double to 2 decimal places...


swiftdouble

Read More
Double multiplied with int has become less accurate in .NET Core...


.net.net-corefloating-pointdoubleprecision

Read More
IEqualityComparer<double> with a tolerance; how to implement GetHashCode?...


.netdoublehashcodeiequalitycomparerepsilon

Read More
How to use double pointers (pointer to pointer) for an array of structures properly in standard C?...


cpointersstructdoublestructure

Read More
c++ rounding of numbers away from zero...


c++doublerounding

Read More
Precision issues when converting double to float...


javafloating-pointdouble

Read More
Losing precision when converting from inches to centimeter and vice versa...


javadoubleprecision

Read More
Is there a method to find out if a double is a real number in C#?...


c#mathdouble

Read More
How to convert Decimal to Double in C#?...


c#floating-pointtype-conversiondoubledecimal

Read More
Proper use of quotes in a command substitution - how?...


bashdoublefilenamesquotesexecution

Read More
Rounding when ULP 1 - Java and C++...


javac++floating-pointdoubleprecision

Read More
Extract fractional part of double *efficiently* in C...


cfloating-pointdoublemicro-optimizationbit-manipulation

Read More
What is the maximum precision of the double and float datatypes in MySQL...


mysqlfloating-pointdoublesqldatatypes

Read More
BackNext