Skip to content

Commit

Permalink
Merge pull request #117 from markuswntr/master
Browse files Browse the repository at this point in the history
Update documentation in ComplexModule
  • Loading branch information
stephentyrone authored Jun 4, 2020
2 parents 6d75786 + 5f09b7e commit 593946d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ComplexModule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Because of this, the ∞-norm is the obvious alternative; it gives the nicest AP
- The ∞-norm is heavily used in other computational libraries; for example, it is used by the `izamax` and `icamax` functions in BLAS.

The 2-norm still needs to be available, of course, because sometimes you need it.
This functionality is accessed via the `.length` and `.unsafeLengthSquared` properties.
This functionality is accessed via the `.length` and `.lengthSquared` properties.

### Accuracy of division and multiplication
This library attempts to provide robust division and multiplication operations, with small relative error in a complex norm. It is a non-goal to deliver small componentwise errors.
Expand Down

0 comments on commit 593946d

Please sign in to comment.