MCPcopy Create free account
hub / github.com/ActiveState/code / func

Function func

recipes/Python/579010_oscylator/recipe-579010.py:10–12  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

8
9
10def func(t):
11 f = np.exp(-t)*np.cos(20.0*np.pi*t)
12 return f
13
14def funkcja(t):
15 f = np.exp(-t)*np.cos(20.0*np.pi*t)+0.5*np.exp(-t/0.5)*np.cos(10.0*np.pi*t)

Callers 15

recipe-579010.pyFile · 0.70
partialFunction · 0.50
directional_derivativeFunction · 0.50
numeric_derivativeFunction · 0.50
__ror__Method · 0.50
run_in_separate_processFunction · 0.50
_run_handlersFunction · 0.50
WrapperMethod · 0.50
wrapperMethod · 0.50
true_genFunction · 0.50
false_genFunction · 0.50
_applyMethod · 0.50

Calls 2

expMethod · 0.80
cosMethod · 0.80

Tested by 2

test_zeroMethod · 0.40
test_yearMethod · 0.40