Compare commits

..

No commits in common. "95cecdf5f02857b89358a6b1be2f111bb200ff64" and "b5eb207d38e93893e537eb6467855282a2c7c1ed" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -37,10 +37,7 @@ def cDist(cA, cB):
@jit(cache=True)
def MobiusInt(cA,cB,cC,cD): # Bruh
try:
return Klein2Poincare(cLineIntersection(Poincare2Klein(cA),Poincare2Klein(cB),Poincare2Klein(cC),Poincare2Klein(cD)))
except:
return 0j
@jit(cache=True)
def MobiusBetween(cA,cB,cN):

View File

@ -1,4 +0,0 @@
llvmlite==0.42.0
numba==0.59.1
numpy==1.26.4
pygame==2.5.2