Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Dec 5, 2023
1 parent ca4c815 commit 9aa9208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ Boolean operators:

Arithmetic operators:
- `(alf.add t1 t2)`
- If `t1` and `t2` are arithmetic values of the same category, then this returns the multiplication of `t1` and `t2`, which is a rational value if either of `t1, t2` is a rational value, or a numeral value otherwise.
- If `t1` and `t2` are arithmetic values of the same category, then this returns the addition of `t1` and `t2`, which is a rational value if either of `t1, t2` is a rational value, or a numeral value otherwise.
- If `t1` and `t2` are bitwise values of the same category and bitwidth, this returns the binary value corresponding to their (unsigned) addition modulo their bitwidth.
- `(alf.mul t1 t2)`
- If `t1` and `t2` are arithmetic values of the same category, then this returns the multiplication of `t1` and `t2`, which is a rational value if either of `t1, t2` is a rational value, or a numeral value otherwise.
Expand Down

0 comments on commit 9aa9208

Please sign in to comment.