Skip to content

Commit

Permalink
Merge c79e7d4 into 55e07ae
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Feb 24, 2019
2 parents 55e07ae + c79e7d4 commit 878887d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ public Complex pow(double x) {
*/
public Complex sin() {
return new Complex(Math.sin(real) * Math.cosh(imaginary),
Math.cos(real) * Math.sinh(imaginary));
-Math.cos(real) * Math.sinh(imaginary));
}

/**
Expand Down

0 comments on commit 878887d

Please sign in to comment.