Skip to content

Commit 3c78d39

Browse files
Update capabilities.md
1 parent bc66aac commit 3c78d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/capabilities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These are the predicates made available for use with DoubleFloats:
2626
- multiplication, square, cube
2727
- reciprocation, division, square root, cube root
2828

29-
There are arithmetic operations that take two Float64s or Float32s or Float16s and return the corresponding Double64 or Double32 or Double16. These operations are available in functional form as `add2`, `sub2`, `mul2`, `div2` and in infix form using Unicode \boxplus \boxminus \boxtimes \boxdiag "⊞ ⊟ ⊠ ⧄".
29+
There are arithmetic operations that take two Float64s or Float32s or Float16s and return the corresponding Double64 or Double32 or Double16. These operations are available in functional form as `add2`, `sub2`, `mul2`, `div2` and in infix form using Unicode \oplus \ominus \otimes \oslash "⊕ ⊖ ⊗ ⊘".
3030

3131
#### rounding
3232
- RoundNearest, RoundUp, RoundDown

0 commit comments

Comments
 (0)