Follow

The sum of all positive numbers is not a finite negative number no matter how many people claiming to have math credentials post that claim

· · Web · 1 · 0 · 0
@shortstories well let's see, for a reduced range of all 8-bit two's complement signed numbers:

#include <stdio.h> int main() { signed char sum = 0; for (signed char i = 1; i < 127; i++) sum += i; printf("%d\n", sum); }

This outputs 65, which is not negative at all. QED.
Sign in to participate in the conversation
Merovingian Club

A club for red-pilled exiles.