+ 3

How much math do I need to know to program?

27th Jan 2017, 1:13 PM
Amit Amarwanshi
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.
27th Jan 2017, 1:15 PM
Alex
Alex - avatar
+ 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
27th Jan 2017, 1:16 PM
Manikanta Nallamalli (Mittu)
Manikanta Nallamalli (Mittu) - avatar
+ 1
not much. you need some basic math mostly when you are asked to write code for solving math questions!
27th Jan 2017, 10:44 PM
ifl
ifl - avatar
+ 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.
27th Jan 2017, 10:49 PM
ifl
ifl - avatar