This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Shellmiao
/
EasyFL_with_PgFed
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
9ce2381f67
Branches
Tags
master
with_kde
EasyFL_with_...
/
easyfl
/
utils
/
float.py
float.py
96 B
Historique
Raw
1
2
3
4
5
import numpy as np
def rounding(array, num):
return list(np.around(np.array(array), num))