Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
macmmajor
on Sept 24, 2020
|
parent
|
context
|
favorite
| on:
Mathematics for Programmers [pdf]
You can think of it as applying a mod operator after each operation.
Say we wanted to work with mod 5 Then 6 + 8 = 14 = 4 mod 5
eru
on Sept 24, 2020
[–]
Doesn't work for division. At least not in general in a naive fashion.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Say we wanted to work with mod 5 Then 6 + 8 = 14 = 4 mod 5