Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge origin/dev into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggzson committed Nov 17, 2018
2 parents 1cd75c7 + 493dd68 commit 3417ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nerdamer.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -4015,6 +4015,7 @@ var nerdamer = (function(imports) {
return new Symbol(Math.atan(symbol.valueOf()));
if(symbol.isImaginary())
return complex.evaluate(symbol, 'atan');
return _.symfunction('atan', arguments);
}
else if(symbol.equals(-1))
retval = _.parse('-pi/4');
Expand Down

0 comments on commit 3417ec6

Please sign in to comment.