Skip to content

Commit

Permalink
Reworded deprecation notice for Base.:~
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Sep 11, 2024
1 parent b572642 commit 94c5160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ The *reverse* is an operation which reverses the order of the wedge product that
basis blade. This is implemented with methods for `Base.reverse` and `Base.:~`.

!!! note "Syntax changes"
In the future, `Base.:~` will no longer be used for this operation; instead `Base.adjoint` will
be overloaded, providing `'` as a syntax for the reverse.
`Base.:~` for the reverse is deprecated and will be removed. `Base.adjoint` provides `'` as a
syntax for the reverse, and is the preferred method for performing the reverse.

This is the most commonly used automorphism, and in a sense can be thought of as equivalent to
complex conjugation. When working with even elements of the algebras of 2D or 3D space, this
Expand Down

0 comments on commit 94c5160

Please sign in to comment.