How is Math relevant to programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How is Math relevant to programming?

Am confused

2nd Jul 2017, 2:22 AM
Seye
Seye - avatar
2 Answers
+ 8
* in game programming I guess you need to be comfortable with both math and physics. * in data science you need to know math and statistics * basic math is a requirement to algorithm study * you need math if you write code that works with math or do math-related stuff
2nd Jul 2017, 2:42 AM
Mohamed Mohamedy
Mohamed Mohamedy - avatar
+ 1
In many ways. With Binary, sequence of numbers are interpreted mathamatticaly in order to produce the letters and output on the screen. It is also used for time and intervals, mathematical operations, variables, and random numbers great for making generator programs. One example is a code that I made that uses random numbers to select a string to write onscreen. Hope this helps. https://code.sololearn.com/W0kRDSWShg5Z/?ref=app
2nd Jul 2017, 2:34 AM
Jacob Duelz
Jacob Duelz - avatar