Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Yoo committed Dec 10, 2010
1 parent 4d2f4d1 commit 986cf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js-numbers.js
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,7 @@ if (typeof(exports) !== 'undefined') {
y = divide(subtract(multiply(b, r), a),
add(multiply(c, r), d));
}
return makeComplex(x, y);
return Complex.makeInstance(x, y);
} else {
var con = conjugate(other);
var up = multiply(this, con);
Expand Down

0 comments on commit 986cf3e

Please sign in to comment.