Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iffsid committed Jul 2, 2015
1 parent 9b30fd8 commit f563fb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions functions/primops.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/** functional wrappers for primitive operators **/
var minus = function(a) {return -a};

var add = function(a,b) {return a+b};
var sub = function(a,b) {return a-b};
Expand All @@ -25,7 +24,6 @@ var firstF = function(x1, x2){return x1;};
var secondF = function(x1, x2){return x2;};

module.exports = {
minus: minus,
add: add,
sub: sub,
mul: mul,
Expand Down

0 comments on commit f563fb6

Please sign in to comment.