Skip to content

Instantly share code, notes, and snippets.

@DaveBben
Last active July 2, 2017 00:01
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 DaveBben/17fb6ca8ab85d3952c34c97ef66d02e9 to your computer and use it in GitHub Desktop.
Save DaveBben/17fb6ca8ab85d3952c34c97ef66d02e9 to your computer and use it in GitHub Desktop.
let ops = [
{ input: [.7], output: [.5] },
{ input: [.71], output: [.5] },
{ input: [.708], output: [.5] },
{ input: [.704], output: [.53] },
{ input: [.708], output: [.53] },
{ input: [.68], output: [.55] },
{ input: [.58], output: [.46] },
{ input: [.7], output: [.5] },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment