This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
Shellmiao
/
EasyFL_with_PgFed
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
9ce2381f67
Ramos
Etiquetas
master
with_kde
EasyFL_with_...
/
easyfl
/
utils
/
float.py
float.py
96 B
Histórico
Em bruto
1
2
3
4
5
import numpy as np
def rounding(array, num):
return list(np.around(np.array(array), num))