Skip to content

Commit

Permalink
Merge pull request #11 from AyaMorisawa/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
Arian Stolwijk committed Nov 22, 2015
2 parents e7eb1b5 + 2c07ab2 commit b066a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -147,7 +147,7 @@ myComplex.fromPolar(r, phi);

### Method: toPrecision

Sets the precision of the numbers. Similar to Number.prototype.toPrecision. Useful befor printing the number with the toString method.
Sets the precision of the numbers. Similar to Number.prototype.toPrecision. Useful before printing the number with the toString method.

```js
myComplex.toPrecision(k);
Expand Down

0 comments on commit b066a0a

Please sign in to comment.