This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
Shellmiao
/
EasyFL_with_PgFed
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
704700c0f1
Gałęzie
Tagi
master
with_kde
EasyFL_with_...
/
easyfl
/
utils
/
float.py
float.py
96 B
Historia
Czysty
1
2
3
4
5
import numpy as np
def rounding(array, num):
return list(np.around(np.array(array), num))