This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Shellmiao
/
EasyFL_with_PgFed
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
9ce2381f67
Rami (Branch)
Tag
master
with_kde
EasyFL_with_...
/
easyfl
/
utils
/
float.py
float.py
96 B
Cronologia
Originale
1
2
3
4
5
import numpy as np
def rounding(array, num):
return list(np.around(np.array(array), num))