Skip to content

Commit

Permalink
Better Arg and Conjugate.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Nov 8, 2018
1 parent e8d014f commit 1adfa8b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
1 change: 1 addition & 0 deletions expreduce/builtin_power.go
Expand Up @@ -391,5 +391,6 @@ func getPowerDefinitions() (defs []Definition) {
Name: "Exp",
legacyEvalFn: mathFnOneParam(math.Exp),
})
defs = append(defs, Definition{Name: "Conjugate"})
return
}

0 comments on commit 1adfa8b

Please sign in to comment.