I don't know if I am even able to ask something like that but but I really wonder about it.
So if there are anyone who has created such complicated or hard-coded mods, please tell, how was your math, algebra, trigonometry or geometry.
Dear ZScripters, how good were you at maths?
-
- Posts: 1
- Joined: Fri Aug 30, 2024 5:19 pm
- Preferred Pronouns: Ask Me
-
- Posts: 13899
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: Dear ZScripters, how good were you at maths?
You do not need to be an expert at math, just research. You can find all the formulae you need on the internet if you know what to look for.
That being said, I can accurately multiply to several digits in my head (don't know how high, haven't tried my limits). I have the ability to roughly estimate square roots and integer-base logarithms which is very helpful for code verification when debugging. I understand what sine, cosine, and tangent are, and how they relate to both triangles and the real world. I am also able to deconstruct algebra in order to remake a formula to fit my needs.
That being said, I can accurately multiply to several digits in my head (don't know how high, haven't tried my limits). I have the ability to roughly estimate square roots and integer-base logarithms which is very helpful for code verification when debugging. I understand what sine, cosine, and tangent are, and how they relate to both triangles and the real world. I am also able to deconstruct algebra in order to remake a formula to fit my needs.
-
- Posts: 500
- Joined: Sat Oct 08, 2016 9:10 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Win10
- Graphics Processor: nVidia with Vulkan support
Re: Dear ZScripters, how good were you at maths?
Awful. Despite taking trig in high school, that shit was yeeted from my brain by the time I started modding (nearly a decade later). I keep calculator open at all times when I'm working and have to look up more advanced maths all the time
-
- Posts: 87
- Joined: Mon Aug 26, 2019 9:18 pm
- Graphics Processor: nVidia with Vulkan support
Re: Dear ZScripters, how good were you at maths?
I know absolutely nothing about math, I can't even do anything above like 3rd grade arithmetic myself.
-
- Posts: 8270
- Joined: Wed Jul 28, 2004 8:21 am
- Preferred Pronouns: He/Him
- Location: WATR HQ
Re: Dear ZScripters, how good were you at maths?
I ended up balking at learning Calculus in any detail, but I breezed through math up until that point- not even trig gave me any real issues. These days the most math I use is spatial reasoning. (Please stop front loading groceries, you're going to hit my hands and crush your delicate groceries.) Everything else is handled by the machines so I'm not doing any calculations unless I screw up entering stuff into the register.
The good news is, the same largely applies to scripting. You are making the computer do all the math, it's just your job to arrange the logic correctly.
The good news is, the same largely applies to scripting. You are making the computer do all the math, it's just your job to arrange the logic correctly.