Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in integer-division
Dividing negative numbers with floordiv in python [duplicate]
Oct 31, 2025
python
integer-division
negative-number
Divide two integers to get a float in MySQL
Oct 28, 2025
mysql
floating-point
user-defined-functions
integer-division
Why is it necessary to add a bias to the dividend for signed division by a power of 2?
Oct 27, 2025
assembly
x86-64
bit-shift
integer-division
Removing slow int64 division from fixed point atan2() approximation
Oct 23, 2025
c
optimization
fixed-point
integer-division
approximation
Optimized 53->32 bit modulo computation on 32-bit processors
Oct 23, 2025
c
algorithm
micro-optimization
integer-division
Why does gcc 12.2 not optimise divisions into shifts in this constexpr function called from main()
Oct 15, 2025
c++
g++
compiler-optimization
integer-division
constexpr-function
Is INT_MIN/-1 defined behavior in C++?
Oct 13, 2025
c++
math
integer-overflow
integer-division
Can integer division be rounded up, instead of down?
Sep 21, 2025
ruby
integer-division
Why is -1/2 evaluated to 0 in C++, but -1 in Python?
Sep 20, 2025
python
c++
python-2.x
integer-division
How to multiply a 64 bit integer by a fraction in C++ while minimizing error? [duplicate]
Mar 21, 2023
c++
multiplication
integer-overflow
integer-division
How to keep precision on int64_t = int64_t * float?
Feb 09, 2023
c
integer-division
single-precision
Why is /=2 different from >>=1 for signed integers, and compiles to different asm?
Jan 27, 2023
c
assembly
x86
integer-division
Displaying numbers with DOS
Jan 05, 2023
assembly
dos
x86-16
integer-division
signed-integer
How can I instruct the MSVC compiler to use a 64bit/32bit division instead of the slower 128bit/64bit division?
Dec 24, 2022
c
visual-c++
x86-64
compiler-optimization
integer-division
Why in Ruby 0.0/0, 3.0/0 and 3/0 behave differently?
Dec 18, 2022
ruby
integer-division
divide-by-zero
C remainder/modulo operator definition for positive arguments
Dec 11, 2022
c
division
modulo
integer-division
Why byte and short division results in int in Java?
Dec 03, 2022
java
integer
division
integer-division
Which is the best way, in C, to see if a number is divisible by another?
Nov 29, 2022
c
math
optimization
micro-optimization
integer-division
Why does a = a * (x + i) / i; and a *= (x + i) / i; return two different results?
Sep 04, 2025
c#
algorithm
integer-division
Different types of Integer division in Python
Sep 03, 2025
python
integer-division
Older Entries »