Skip to content

Commit

Permalink
doc : minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bendou committed Sep 4, 2019
1 parent 897144c commit 7dcf281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INTRO.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Here is a glossary that resumes the definition of each.
| `der` | derivation |`u = (v-u) / ds` |
| `prod` | product |`u *= v` |
| `inv` | inversion |`u **= -1` |
| `norm` | normalization |`u /= u . u` |
| `norm` | normalization |`u /= sqrt(u . u)`|
| `dot` | dot product |`u . v` |
| `mag` | magnitude/norm|`sqrt(u . u)` |
| `dist` | distance |`d2(u, v)` |
Expand Down

0 comments on commit 7dcf281

Please sign in to comment.