@luk707/complex
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@luk707/complex", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Complex number implementation", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/luk707/library", |
@@ -52,4 +52,8 @@ const degToRad = Math.PI / 180; | ||
} | ||
toString(): string { | ||
return `${this.real} + ${this.imaginary}i`; | ||
} | ||
} | ||
export default Complex; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2704
59