Skip to content

Commit 59ead3e

Browse files
authored
fix typo in docstring (#120)
1 parent 9094925 commit 59ead3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Quaternion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ and ``a \\ge 0`` is the magnitude of the imaginary part of ``q``,
198198
```math
199199
f(q) = \\Re(f(z)) + \\Im(f(z)) u,
200200
```
201-
is the extension of `f` to the quaternions, where ``z = a + s i`` is a complex analog to
201+
is the extension of `f` to the quaternions, where ``z = s + a i`` is a complex analog to
202202
``q``.
203203
204204
See Theorem 5 of [^Sudbery1970] for details.

0 commit comments

Comments
 (0)