Skip to content
Extraits de code Groupes Projets

Update slides.md: remove ! as a logical negation operator

Fusionnées Damien François a demandé de fusionner dfrancois/learning-fortran:dfrancois-master-patch-87404 vers master
1 fichier
+ 1
1
Comparer les modifications
  • Côte à côte
  • En ligne
+ 1
1
@@ -348,7 +348,7 @@ Consists of one or more logical operators and logical, numeric or relational ope
| `.EQV.` | `==` | `A .EQV. B` | logical equivalence |
| `.NEQV.` | `/=` | `A .NEQV. B` | logical inequivalence |
| `.XOR.` | `/=` | `A .XOR. B` | exclusive `OR` (same as `.NEQV.`) |
| `.NOT.` | `!` | `.NOT. A` | logical negation |
| `.NOT.` | | `.NOT. A` | logical negation |
---
Chargement en cours