Skip to content

Commit

Permalink
Fix docs/src/examples/basics.md
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Axen <[email protected]>
  • Loading branch information
hyrodium and sethaxen authored Nov 25, 2023
1 parent 0ac0f10 commit 28be6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Note that `Base.Complex` has the same type parameter restriction, and [bicomplex
See [issue#79](https://github.com/JuliaGeometry/Quaternions.jl/issues/79) for more discussion.

## Compatibility with `Complex`
There are no natural embedding ``\mathbb{C}\to\mathbb{H}``.
There is no natural embedding ``\mathbb{C}\to\mathbb{H}``.
Thus, `quat(w,x,0,0)` is not equal to `complex(w,x)`, i.e.

```math
Expand Down

0 comments on commit 28be6d7

Please sign in to comment.