Search code examples
How can I compute a * b / c when both a and b are smaller than c, but a * b overflows?...


cintegerinteger-overflowinteger-arithmetic

Read More
What are hybrid-integer?...


mathinteger-arithmetic

Read More
Generic razor component allowing arithmetic operations...


blazorinteger-arithmeticgeneric-type-parameters

Read More
Which is the most efficient algorithm for multiple-precision multiplication?...


algorithmoptimizationc++-cliinteger-arithmetic

Read More
Compile time check that lcm(a,b) doesn't overflow...


c++template-meta-programminginteger-arithmeticrational-number

Read More
Explanation of test case in the prisoner wall jump program...


functiondebugginginteger-arithmetic

Read More
Distinction between positive and negative overflow in C# arithmetic operation...


c#.netmathinteger-overflowinteger-arithmetic

Read More
last digit is off by 1 regardless of math methods used...


pythonroundinginteger-arithmetic

Read More
How to create a variable that contains an Operator in Java?...


javavariablesoperatorsinteger-arithmetic

Read More
Float function does not return float value...


cfunctionfloating-pointreturn-valueinteger-arithmetic

Read More
Find the a 4 digit number whose square is 8 digits AND last 4 digits are the original number...


pythonmathinteger-arithmetic

Read More
What is the best way to realize high precision arithmetic calculations in JavaScript?...


javascriptcalculatorarithmetic-expressionsinteger-arithmetic

Read More
Division in C++...


c++doubleimplicit-conversioninteger-arithmetic

Read More
Hacks for clamping integer to 0-255 and doubles to 0.0-1.0?...


mathlanguage-agnosticfloating-pointbit-manipulationinteger-arithmetic

Read More
Is unsigned integer subtraction defined behavior?...


cstandardsunsignedinteger-arithmetic

Read More
Why is quantity++; not the same as print(quantity++);? Is this a gotcha?...


dartmathnumbersadditioninteger-arithmetic

Read More
Shift 1 and multiply vs direct shift...


carminteger-arithmeticcmsis

Read More
why n mod 10 in loop doesn't show output...


cloopsdo-whiledigitsinteger-arithmetic

Read More
Division in C language...


cfloating-pointinteger-arithmeticbinary-operators

Read More
How to get count of numbers in int and how to split a number without making a string...


c#integer-arithmetic

Read More
Why is the output 16 and not 11?...


javascriptmathoperatorsinteger-arithmetic

Read More
AND bitwise operation over addition...


bit-manipulationbitwise-operatorsarithmetic-expressionsinteger-arithmeticbitwise-and

Read More
Quickly finding 3D bounds of point cloud...


python3dinteger-arithmetic

Read More
How is overflow detected when doing binary subtraction...


assemblycpu-architecturetwos-complementinteger-arithmetic

Read More
What are widening integer operations?...


assemblycpu-architecturetwos-complementinteger-arithmetic

Read More
How does 10 separate the digits in n = 10 * n + (s[i] - '0')?...


ctype-conversioninteger-arithmetic

Read More
Wrong result on modular arithmetic on ARM (Apple M1) with clang -O3 optimization...


c++clang++apple-m1integer-arithmeticunsigned-long-long-int

Read More
Get the sum of all carried digits while performing addition on 2 or more integers...


phpmathsuminteger-arithmetic

Read More
Why do some arithmetic instructions have a signed/unsigned variant and some don't...


cpucpu-architectureinstruction-setinteger-arithmetic

Read More
Write a negative number in binary (2's complement) without using the positive number...


twos-complementinteger-arithmetic

Read More
BackNext