When I run node in the terminal, and run the following, I get this weird bug:
> 48112959837082048697 % 2
0
> 4811295983708204869 % 2
0
> 4811295983708204869 / 2
2405647991854102500
> 2405647991854102500 + 2405647991854102500
4811295983708205000
>
It seems to only effect some numbers. Am I doing something wrong or misunderstanding modular?