Skip to content

Commit ddb9c7d

Browse files
committed
Symbolics got slightly better
1 parent 89a146e commit ddb9c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ julia> using Quaternionic, Symbolics
4242
julia> @variables a b c d e;
4343
4444
julia> Quaternion(a-b, b*c, c/d, d+e)
45-
a - b + b*c𝐢 + (c*(d^-1))𝐣 + (d + e)𝐤
45+
a - b + b*c𝐢 + (c / d)𝐣 + (d + e)𝐤
4646
```
4747
It is also possible to construct random quaternions using [`randn`](@ref) with a `Quaternion` type.
4848
In analogy with the complex types, the aliases `QuaternionF64`, `QuaternionF32`, and `QuaternionF16`

0 commit comments

Comments
 (0)