Computers at the low level are only capable of numerical computations. Hence, for almost all programming languages, there are not the symbolic pieces of math like algebra and calculus (which are in fact very difficult problems to solve programmatically), but numerical implementations for just about everything mathematics has.
Regardless, all mathematical concepts have a use in computer science. |