This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
Shellmiao
/
EasyFL_with_KDE
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
c17c736a64
Ramas
Etiquetas
master
EasyFL_with_...
/
easyfl
/
utils
/
float.py
float.py
96 B
Histórico
Raw
1
2
3
4
5
import numpy as np
def rounding(array, num):
return list(np.around(np.array(array), num))