Can quadratic functions and trigonometric functions be written in Python?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Can quadratic functions and trigonometric functions be written in Python??

4th Sep 2019, 12:03 PM
agrim arsh
agrim arsh - avatar
3 Answers
+ 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
4th Sep 2019, 12:09 PM
Trigger
Trigger - avatar
+ 2
hey, math module is very helpful for trigonometry and factorisation. https://docs.python.org/3/library/math.html
6th Sep 2019, 12:43 AM
Pavel Fedotov
Pavel Fedotov - avatar
- 3
math module. hello?!
5th Sep 2019, 2:39 PM
Mr. X
Mr. X - avatar