This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Programmiermethoden_und_-werkzeuge
/
2023-2-WS_group_project_the-defiant-mythics
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108
Commits
1
Branch
0
Tags
194 KiB
Python
99.9%
Tree:
5baa1e2d39
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5baa1e2d39'
${ noResults }
2023-2-WS_group_project_the...
/
src
/
main
/
py
/
trigonometry.py
3 lines
74 B
Raw
Blame
History
import
math
def
rad2deg
(
radNumber
)
:
return
(
radNumber
*
180
)
/
math
.
pi
Reference in new issue