Comparison with traditional mathematics: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Convert LaTeX symbols to commands)
No edit summary
Line 20: Line 20:
| <math>\sim q</math>    || <source lang="apl" inline>~ q</source>  || [[Not]]
| <math>\sim q</math>    || <source lang="apl" inline>~ q</source>  || [[Not]]
|-
|-
| <math>p \wedge q</math> || <source lang="apl" inline>p ∨ q</source> || [[Or]]
| <math>p \vee q</math> || <source lang="apl" inline>p ∨ q</source> || [[Or]]
|-
|-
| <math>p \vee q</math>  || <source lang="apl" inline>p ∧ q</source> || [[And]]
| <math>p \wedge q</math>  || <source lang="apl" inline>p ∧ q</source> || [[And]]
|-
|-
| <math>a \times b</math> || <source lang="apl" inline>a × b</source> || [[Multiply]]
| <math>a \times b</math> || <source lang="apl" inline>a × b</source> || [[Multiply]]

Navigation menu