Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c753c commit 5f214faCopy full SHA for 5f214fa
examples/pylab_examples/pstest.py
@@ -1,8 +1,9 @@
1
import matplotlib.pyplot as plt
2
import numpy as np
3
4
+
5
def f(t):
- s1 = np.cos(2*np.pi*t)
6
+ s1 = np.cos(2 * np.pi * t)
7
e1 = np.exp(-t)
8
return np.multiply(s1, e1)
9
0 commit comments