Implement better finding for sfcf projects

This commit is contained in:
Justus Kuhlmann 2025-05-13 09:45:37 +00:00
commit 4f7d9d71b3
2 changed files with 33 additions and 3 deletions

View file

@ -9,3 +9,10 @@ def list2str(mylist):
return s
cached = True
def m2k(m):
return 1/(2*m+8)
def k2m(k):
return (1/(2*k))-4