This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
zhengchun
/
MinerU
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
f9d78b8794
Ramas
Etiquetas
zhch158
MinerU
/
magic_pdf
/
libs
/
math.py
math.py
90 B
Histórico
Raw
1
2
3
4
5
def float_gt(a, b):
if 0.0001 >= abs(a -b):
return False
return a > b