Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ OUT_QUAD
Method
OUT_QUAD
gui/builtinShipBrowser/categoryItem.py:65–73 ·
view source on GitHub ↗
(t, b, c, d)
Source
from the content-addressed store, hash-verified
63
64
@staticmethod
65
def
OUT_QUAD(t, b, c, d):
66
t = float(t)
67
b = float(b)
68
c = float(c)
69
d = float(d)
70
71
t /= d
72
73
return
-c * t * (t - 2) + b
74
75
def
GetType(self):
76
return
1
Callers
1
OnTimer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected