You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/capabilities.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ These are the predicates made available for use with DoubleFloats:
26
26
- multiplication, square, cube
27
27
- reciprocation, division, square root, cube root
28
28
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 "⊕ ⊖ ⊗ ⊘".
0 commit comments