Skip to content

Commit

Permalink
Update documentation in ComplexModule
Browse files Browse the repository at this point in the history
Replace the now deprecated unsafeLengthSquared reference with the newer lengthSquared in the README.md of the Complex module.
  • Loading branch information
markuswntr committed May 26, 2020
1 parent 6d75786 commit 5f09b7e
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 5f09b7e

Please sign in to comment.