@LowFat
Yes, the "single thing" was only one example. All I need is one example so long as you can't prove me wrong. Also, why debate me on whether or not it's real math? Didn't I say it was basic?
One example is not enough to prove that you need math. One example, as I said, can just be Googled etc. You didn't get what I was trying to say there. Also, if you read my original post, you'll see that I said you DO need math, it just pales in comparison to everything else you may need in terms of usefulness.
...which is usually exactly why you should know math.
So then you do need it... Sure, I could google code snippets for everything that I do, but I would never be able to replicate it without finding the same code again. Learn things yourself and you retain the information.
As I said before, I never said you don't need math, its just not as useful in programming as other things:
...which is usually exactly why you should know math.
So, for starters, you gave me one example, which can be easily Googled. If you want to give me more than one example, we can discuss it then. Secondly, if you were an extremely forgetful person who Googled things and then didn't remember it afterwards, what you said would be true. If you're someone who remembers things normally, then once you Google something you should remember it for next time, because you just learnt it
Learn things yourself and you retain the information.
Or, if its a complicated method, you should take the time to learn it. This is not the case with atan2 though.
If you would've actually read my 6 line post, I wouldn't even have needed to write this at all.
First of all, when I said what I did:
If you would've read the Quora article from somebody who's a mathematician and computer programmer, I wouldn't even have needed to write this at all.
I referenced you to an article backing up my point. All you did was tell me to read your post. Also, I DID read your post, and then I disproved everything you said. Then you gave me arguments, and I just answered them. I don't really get what you're trying to say with that.
@FalseHonesty ,
An algebra variable has an unknown value. The only way for a code variable to be algebra is if its undefined.
Something like:
Code:
int myint;
//Some Code
int myint=25;