Skip to content

Instantly share code, notes, and snippets.

@borkdude
Created October 28, 2011 10:11
Show Gist options
  • Select an option

  • Save borkdude/1322022 to your computer and use it in GitHub Desktop.

Select an option

Save borkdude/1322022 to your computer and use it in GitHub Desktop.
f(0) = 0
f x, voor x > 0, als even x = -x + 1
, als oneven x = x + 1
, voor x < 0, als even x = -x - 1
, als oneven x = x - 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment