Skip to content

Instantly share code, notes, and snippets.

@chembott
Last active April 14, 2018 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chembott/3dd8926d0141b78869a20e920679ee20 to your computer and use it in GitHub Desktop.
Save chembott/3dd8926d0141b78869a20e920679ee20 to your computer and use it in GitHub Desktop.
function x fx
fx1 -3 -75
fx1 -2 -32
fx1 -1 -9
fx1 0 0
fx1 1 1
fx1 2 0
fx1 3 3
fx2 -3 -25
fx2 -2 0
fx2 -1 9
fx2 0 8
fx2 1 3
fx2 2 0
fx2 3 5
fx3 -3 50
fx3 -2 48
fx3 -1 36
fx3 0 20
fx3 1 6
fx3 2 0
fx3 3 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment