Re: how is math related to computing??
Reply #1 –
For programming in general math is not directly needed (however being good in math may significantly simplify programming because you may realize better algorithm for doing something). For example, looking through suckless code i don't remember any math operations there
When you realise some algorith for data processing you may need to prove that your algorith is correct and provides correct result or, if not, estimate the deviation. This is usual task for machine leaning and math modeling