Skip to content

Instantly share code, notes, and snippets.

@aherve
Created November 23, 2016 14:55
Show Gist options
  • Select an option

  • Save aherve/983edc8d14bd9a74451b9ee28b67653d to your computer and use it in GitHub Desktop.

Select an option

Save aherve/983edc8d14bd9a74451b9ee28b67653d to your computer and use it in GitHub Desktop.
minus = -> f,g { -> x { f.(x) - g.(x) } }
div = -> f,g { -> x { f.(x) / g.(x) } }
mult = -> f,g { -> x { f.(x) * g.(x) } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment