Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
jgart
/
hyjad
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
0f2e48bc94
Branches
Tags
master
hyjad
/
rounder.py
rounder.py
85 B
Histórico
Raw
1
2
3
def myround(x, prec=2, base=.5):
return round(base * round(float(x)/base), prec)