I'm going to push back because what you are saying is extremely dependent upon what you are writing. For your basic business line web-application that is mostly CRUD, there's very little math. Even the parts of a business application related to accounting and finance don't really progress past basic algebra. These also tend to be the jobs that the majority of programmers have.
You step out of that sphere though and math and science starts to play a much bigger role. If you look at the code for something like Unreal Engine there is a ton of math involved (linear algebra, calculus) in making it work. A lot of my background is in bioinformatics and there it's not just a matter of knowing how to code, but you also have to understand biology at more than the basic level. Generally when it comes to software development, the more interesting a project is, the more likely you are going to need some advanced maths and some domain specific scientific knowledge.