Skip to content

Instantly share code, notes, and snippets.

@laktak
Created July 8, 2015 17:18
Show Gist options
  • Save laktak/f8944fa044d972456d35 to your computer and use it in GitHub Desktop.
Save laktak/f8944fa044d972456d35 to your computer and use it in GitHub Desktop.
js-graphy test
// sample graph loaded from a gist
function easing(x) {
return x + 0.3 * Math.sin(2 * Math.PI * x);
}
graph.add(easing);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment