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
/
a656.py
blob: acb01e236eab084a067e15f5877af24dc40a0354 (
plain
)
1
2
3
4
import
math
def
otherside_rightangle
(
w
,
h
):
s
=
math
.
sqrt
((
w
*
w
)
+
(
h
*
h
))
return
s