MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / calculateLockTime

Function calculateLockTime

eos/calc.py:68–71  ·  view source on GitHub ↗
(srcScanRes, tgtSigRadius)

Source from the content-addressed store, hash-verified

66
67
68def calculateLockTime(srcScanRes, tgtSigRadius):
69 if not srcScanRes or not tgtSigRadius:
70 return None
71 return min(40000 / srcScanRes / math.asinh(tgtSigRadius) ** 2, 30 * 60)

Callers 3

_calculatePointMethod · 0.90
calculateLockTimeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected