File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
source/learn/intrinsics/_pages Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,6 @@ numeric:
12
12
- " MOD"
13
13
- " MODULO"
14
14
- " SIGN"
15
- - " CSHIFT"
16
- - " DOT_PRODUCT"
17
- - " EOSHIFT"
18
- - " MATMUL"
19
- - " PARITY"
20
15
- " NULL"
21
16
22
17
bit :
@@ -138,7 +133,6 @@ math:
138
133
- " ERFC_SCALED"
139
134
- " GAMMA"
140
135
- " LOG_GAMMA"
141
- - " LOG_GAMMA"
142
136
- " NORM2"
143
137
144
138
cfi :
@@ -184,7 +178,6 @@ transform:
184
178
- " EOSHIFT"
185
179
- " MATMUL"
186
180
- " PARITY"
187
- - " NULL"
188
181
- " REDUCE"
189
182
190
183
system :
Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ Returns an array of same type and rank as the **array** argument.
67
67
The rows of an array of rank two may all be shifted by the same amount
68
68
or by different amounts.
69
69
70
- ## cshift
71
-
72
70
### ** Examples**
73
71
74
72
Sample program:
You can’t perform that action at this time.
0 commit comments