Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Generally, `wad` should be used additively and `ray` should be used
multiplicatively. It usually doesn't make sense to multiply a `wad` by a
`wad` (or a `rad` by a `rad`).

Two multiplaction operators are used in `dss`:
Two multiplication operators are used in `dss`:

- `mul`: standard integer multiplcation. No loss of precision.
- `rmul`: used for multiplications involving `ray`'s. Precision is lost.
Expand Down