index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
a577.py
blob: 3c79047a22e677942043ed5036d3cfc04634c542 (
plain
)
1
2
3
4
import
math
def
degree_radian
(
radian
):
degree
=
radian
*
(
180
/
math
.
pi
)
return
degree