+ 7
Can quadratic functions and trigonometric functions be written in Python??
3 Réponses
+ 6
Yep
Here is an example of a quadratic factorization program that I wrote
https://code.sololearn.com/c02u2z9mGS99/?ref=app
The math module also has a bunch of trigonomic functions such as sine and cosine
+ 2
hey, math module is very helpful for trigonometry and factorisation.
https://docs.python.org/3/library/math.html
- 3
math module. hello?!