Feb-06-2017, 04:08 AM
can I calculate sin, cos, and tan in python if so how and if not are there any modules I can download and import into my project???

Math opperators
|
Feb-06-2017, 04:08 AM
can I calculate sin, cos, and tan in python if so how and if not are there any modules I can download and import into my project???
![]()
sure you can
begin with: import maththen all functions are here https://docs.python.org/2/library/math.html or for python 3.6 https://docs.python.org/3.6/library/math.html some examples here: https://www.dotnetperls.com/math-python
Feb-06-2017, 07:22 PM
Thanks!!!
![]() |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
math.log versus math.log10 | stevendaprano | 10 | 4,355 |
May-23-2022, 08:59 PM Last Post: jefsummers |
|
Why getting ValueError : Math domain error in trig. function, math.asin() ? | jahuja73 | 3 | 5,132 |
Feb-24-2021, 05:09 PM Last Post: bowlofred |