Skip to content

Commit

Permalink
release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
infusion committed May 28, 2017
1 parent c3074c3 commit 6ed489d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "complex.js",
"main": "complex.js",
"version": "2.0.2",
"version": "2.0.3",
"homepage": "https://github.com/infusion/Complex.js",
"description": "A complex number library",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion complex.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Complex.js v2.0.2 11/02/2016
* @license Complex.js v2.0.3 11/02/2016
*
* Copyright (c) 2016, Robert Eisele (robert@xarg.org)
* Dual licensed under the MIT or GPL Version 2 licenses.
Expand Down Expand Up @@ -374,6 +374,7 @@
var arg = Math.atan2(b, a);
var loh = logHypot(a, b);

// If the exponent is real
if (P['im'] === 0) {

if (b === 0 && a >= 0) {
Expand Down
4 changes: 2 additions & 2 deletions complex.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://github.com/infusion/Complex.js",
"bugs": "https://github.com/infusion/Complex.js/issues",
"title": "complex.js",
"version": "2.0.2",
"version": "2.0.3",
"description": "A complex number library",
"keywords": ["complex numbers", "math", "complex", "number", "calculus", "parser", "arithmetic"],
"author": "Robert Eisele <robert@xarg.org> (http://www.xarg.org/)",
Expand Down

0 comments on commit 6ed489d

Please sign in to comment.