+ 3
How much math do I need to know to program?
4 Answers
+ 1
You don't have to be a math wizard but some basic-intermediate math skills will help you a long way, you will be required to handle basic algoritms and iterations at the very minimum.
+ 1
Basic math stuff is enough to do programming. Now a days, many inbuilt functions are coming in for usage. Also, logical skills decide the level of math needed for a particular program
+ 1
not much.
you need some basic math mostly when you are asked to write code for solving math questions!
+ 1
- what is needed at first is the understanding of some logic construction such as conditions and loops.
- if you start using math operators obviously it is better to understand what they do!
- then at some point it will be useful to understand conversion between decimal, binary and hexadecimal.