Skip to content

Commit

Permalink
Update ch03-02-operation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Euler-37 authored Mar 25, 2024
1 parent b458025 commit 09af35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ch03-02-operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ end program main

## 逻辑类型
逻辑类型之间也有自己的运算,分别为与`.and.``.or.``.not.` 异或`.neqv.` 同或 `.eqv.`,运算之后返回一个逻辑类型。

| 逻辑值A | 逻辑值B | `.and.` | `.or.` | `.neqv.` | `.eqv.` |
| :-: | :-: | :-: | :-: | :-: | :-: |
| `.true.` | `.true.` | `.true.` | `.true.` | `.false.` | `.true.` |
Expand Down

0 comments on commit 09af35d

Please sign in to comment.