List Question
20 TechQA 2024-02-23T14:07:47.510000How does Variable > -1 exactly evaluate in C?
80 views
Asked by Niclas
How to do division in 2's complement
16 views
Asked by Abishek Thayaanantham
How are negative numbers stored in "hard" memory when they are encountered during compilation?
385 views
Asked by Cosmos
Switching a value from positive to negative using binary and twos complement
59 views
Asked by Squillbill
Relational operators precision
163 views
Asked by Mohamad_T
What is the fixed-point representation of -0.5?
76 views
Asked by mathematics-and-caffeine
Question while doing Two's Complement conversion
104 views
Asked by tfdmendes
How can I perform a branchless conditional arithmetic operation in C?
240 views
Asked by CPlus
Restoring division algorithm for signed numbers
1.6k views
Asked by mahmood
Is it necessary to convert to binary when doing addition with a hexadecimal's two's complement?
84 views
Asked by AnonymousThankfulPerson
Computing indices in Fenwick tree/Binary Indexed Tree (BIT)
46 views
Asked by mbang
int256_t using C++ boost library capable of showing 2^{256} - 1
124 views
Asked by amillerp
Converting between a 3-byte slice and signed integer type
192 views
Asked by Roj
Wrong result when adding two bignums in gass assembler
36 views
Asked by ntos
Is there an error in this manual's way of calculating hex values?
33 views
Asked by stillsleep
Can std::hex input format support negtive int16_t hex string with two's complement notation such as `ffff` for `-1`?
169 views
Asked by ollydbg23
How to initialize a buffer of large size to all bits on?
64 views
Asked by user129393192
How can i prove Ignoring end carry using calculator with 2's complement?
21 views
Asked by Jihoon
Does CPU work only with two´s complement?
202 views
Asked by Sosa