Skip to content

Instantly share code, notes, and snippets.

@armanbilge
Last active March 12, 2016 11:02
Show Gist options
  • Save armanbilge/9c30169c241e6bb8284d to your computer and use it in GitHub Desktop.
Save armanbilge/9c30169c241e6bb8284d to your computer and use it in GitHub Desktop.
f = lambda x: (x - 8) / 3 + 4
g = lambda x: (x - 4) * 3 + 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment