Was thinking about stuff and got too deep in thought the other day.
Random question appeared:
How does a math function, a simple one like addition for example, look like as a bare bones kind of thing.
Like if you bring up the calculator program on windows or if you use 99% of programming languages, you can just use '+' syntax and it does the work for you. I am curious as to what the code behind the '+' looks like.
Maybe it is really simple. I dunno.
At some point there has to be something that defines addition right? Or else no one would be able to use it....