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
/
a138.py
blob: d20a9bba2f93c07441e9ac0ecf2855d6a1c29fc7 (
plain
)
1
2
3
4
import
math
def
find_Index
(
n
):
x
=
math
.
sqrt
(
2
*
math
.
pow
(
10
,(
n
-
1
)));
return
round
(
x
);