Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
jgart
/
hyjad
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
hyjad
/
rounder.py
rounder.py
85 B
Permalink
Cronologia
Originale
1
2
3
def myround(x, prec=2, base=.5):
return round(base * round(float(x)/base), prec)