This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Shellmiao
/
EasyFL_with_KDE
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
e3f8a68ac9
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))