We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6dc6b1 + 30c2116 commit 0e3b788Copy full SHA for 0e3b788
doc/specs/stdlib_bitsets.md
@@ -416,8 +416,7 @@ Elemental function.
416
417
#### Result value
418
419
-The result is a default logical scalar.
420
-The result is `.true.` if any bits in `self` are set, otherwise it
+The result is a default logical scalar. The result is `.true.` if any bits in `self` are set, otherwise it
421
is `.false.`.
422
423
#### Example
@@ -976,7 +975,7 @@ Performs the logical complement on the bits of `self`.
976
975
977
#### Syntax
978
979
-`result = self % [[bitset_type(class):not(bound)]] ()`
+`call self % [[bitset_type(class):not(bound)]] ()`
980
981
#### Class
982
0 commit comments