Skip to content

Instantly share code, notes, and snippets.

@gkatsev
Created July 12, 2012 03:39
Show Gist options
  • Save gkatsev/3095533 to your computer and use it in GitHub Desktop.
Save gkatsev/3095533 to your computer and use it in GitHub Desktop.
//original
return (
{ vector: vector
, norm: norm
, zipWith: zipWith
, add: add
, subtract: subtract
, dot: dot })
//new
return { vector: vector
, norm: norm
, zipWith: zipWith
, add: add
, subtract: subtract
, dot: dot }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment