+ 1
How is Math relevant to programming?
Am confused
2 Respuestas
+ 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
+ 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