Advertisement
Guest User

Untitled

a guest
Nov 11th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. def test_function(x, t, c):
  2. return 2 * sin(pi * x) * (
  3. -2 * pi * c * (1 + 1j * t ^ 2) * (t ^ 4 + 1) * sin(2 * pi * x) - pi ^ 2 * (t ^ 2 - 1j) + 2 * 1j * t)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement