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
|`!x`| negation | changes `true` to `false` and vice versa |
30
-
31
25
A numeric literal placed directly before an identifier or parentheses, e.g. `2x` or `2(x+y)`, is treated as a multiplication, except with higher precedence than other binary operations. See [Numeric Literal Coefficients](@ref man-numeric-literal-coefficients) for details.
32
26
33
27
Julia's promotion system makes arithmetic operations on mixtures of argument types "just work"
@@ -65,17 +59,18 @@ This is useful for preventing the propagation of `NaN` values in quantities that
65
59
66
60
## Boolean Operators
67
61
68
-
The following [Boolean operators](https://en.wikipedia.org/wiki/Boolean_algebra#Operations) are supported on `Bool`:
62
+
The following [Boolean operators](https://en.wikipedia.org/wiki/Boolean_algebra#Operations) are supported on [`Bool`](@ref) types:
0 commit comments