Why Do We Use `n` in Math and Coding? π’
This story is from 2026-09-24. It is preserved in the archive; the latest stories are on the live feed.
Why n ? Why not x , m , k , or any other letter? If you've studied mathematics, algorithms, or programming, you've probably seen something like: 1, 2, 3, ..., n or: for i in range ( n ): print ( i ) or: O(n) or: aβ, aβ, aβ, ..., aβ At some point, you may have wondered: Why does everyone use n ? Isβ¦
Read the full story at DEV Community β AI β
Timeline Β· 1 report
- 2026-09-24 06:46 Β· DEV Community β AI
Why Do We Use `n` in Math and Coding? π’