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:
1212 - " MOD"
1313 - " MODULO"
1414 - " SIGN"
15- - " CSHIFT"
16- - " DOT_PRODUCT"
17- - " EOSHIFT"
18- - " MATMUL"
19- - " PARITY"
2015 - " NULL"
2116
2217bit :
@@ -138,7 +133,6 @@ math:
138133 - " ERFC_SCALED"
139134 - " GAMMA"
140135 - " LOG_GAMMA"
141- - " LOG_GAMMA"
142136 - " NORM2"
143137
144138cfi :
@@ -184,7 +178,6 @@ transform:
184178 - " EOSHIFT"
185179 - " MATMUL"
186180 - " PARITY"
187- - " NULL"
188181 - " REDUCE"
189182
190183system :
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.
6767The rows of an array of rank two may all be shifted by the same amount
6868or by different amounts.
6969
70- ## cshift
71-
7270### ** Examples**
7371
7472Sample program:
You can’t perform that action at this time.
0 commit comments