DEV Community

Discussion on: Do you actually use maths as a developer?

Collapse
 
codemouse92 profile image
Jason C. McDonald

Yes, but I work a lot with algorithms, efficiency, data structures, and manual memory management. I'm also going to be working on a vector graphics rendering project, which involves plenty of linear algebra.

It all depends on what you're doing. The important thing is to have that knowledge in your back pocket, since you never know when it will crop up. Sometimes, it appears in the most unlikely places.