This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
zhengchun
/
MinerU
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
f9d78b8794
Ramuri
Etichete
zhch158
MinerU
/
magic_pdf
/
libs
/
math.py
math.py
90 B
Istoric
Crud
1
2
3
4
5
def float_gt(a, b):
if 0.0001 >= abs(a -b):
return False
return a > b