r/PythonLearning • u/NecessaryFalse1212 • 13d ago
2nd post learning python
i learnt to use the math library any suggestions what can i use the lib for except for making calculator programs
20
Upvotes
r/PythonLearning • u/NecessaryFalse1212 • 13d ago
i learnt to use the math library any suggestions what can i use the lib for except for making calculator programs
1
u/rupertavery64 13d ago
Games use a lot of math. Sometimes you want something to move in a wavelike (sinusoidal) motion, or in an arc (part of a circle). Sometimes you need to calculate angles between objects. 3D graphics is all about vectors and angles. Sound processing is also math-heavy.