Skip to content

Commit

Permalink
Merge pull request #10 from MonumoLtd/tg/docfix
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
tpgillam committed May 12, 2023
2 parents 7de93f6 + 097c988 commit 8382b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Each of these algebras is described in more detail below, including listing the
Most of the functionality is provided by overloading the Base Julia functions, so +,-,* all behave as expected, as does division by a real. Note that division by a real effectivel performs
```
A/x = (1/x) * A # Multivector A and real x
````
```
This is optimal for most purposes, but take care if you are working in something other than Float64 precision (for example, using Float32 on the GPU). You may need some explicit type defintions to avoid Julia defaulting to Float64.

The library also builds on ```LinearAlgebra``` and overloads three functions from there:
Expand Down

0 comments on commit 8382b97

Please sign in to comment.