@univerjs/sheets-formula-ui 0.9.2 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/lib/cjs/index.js +2 -5
  2. package/lib/cjs/locale/ca-ES.js +39 -0
  3. package/lib/cjs/locale/en-US.js +1 -3
  4. package/lib/cjs/locale/es-ES.js +39 -0
  5. package/lib/cjs/locale/fa-IR.js +7 -9
  6. package/lib/cjs/locale/fr-FR.js +7 -9
  7. package/lib/cjs/locale/ko-KR.js +9 -2
  8. package/lib/cjs/locale/ru-RU.js +7 -9
  9. package/lib/cjs/locale/vi-VN.js +8 -8
  10. package/lib/cjs/locale/zh-TW.js +2 -2
  11. package/lib/es/index.js +374 -380
  12. package/lib/es/locale/ca-ES.js +7906 -0
  13. package/lib/es/locale/en-US.js +1 -3
  14. package/lib/es/locale/es-ES.js +7904 -0
  15. package/lib/es/locale/fa-IR.js +27 -29
  16. package/lib/es/locale/fr-FR.js +27 -29
  17. package/lib/es/locale/ko-KR.js +210 -18
  18. package/lib/es/locale/ru-RU.js +26 -27
  19. package/lib/es/locale/vi-VN.js +248 -26
  20. package/lib/es/locale/zh-TW.js +3 -3
  21. package/lib/index.js +374 -380
  22. package/lib/locale/ca-ES.js +7906 -0
  23. package/lib/locale/en-US.js +1 -3
  24. package/lib/locale/es-ES.js +7904 -0
  25. package/lib/locale/fa-IR.js +27 -29
  26. package/lib/locale/fr-FR.js +27 -29
  27. package/lib/locale/ko-KR.js +210 -18
  28. package/lib/locale/ru-RU.js +26 -27
  29. package/lib/locale/vi-VN.js +248 -26
  30. package/lib/locale/zh-TW.js +3 -3
  31. package/lib/types/locale/ca-ES.d.ts +3 -0
  32. package/lib/types/locale/en-US.d.ts +2 -2
  33. package/lib/types/locale/es-ES.d.ts +3 -0
  34. package/lib/types/locale/fa-IR.d.ts +3 -10527
  35. package/lib/types/locale/fr-FR.d.ts +3 -10527
  36. package/lib/types/locale/function-list/array/ca-ES.d.ts +3 -0
  37. package/lib/types/locale/function-list/array/en-US.d.ts +2 -2
  38. package/lib/types/locale/function-list/array/es-ES.d.ts +3 -0
  39. package/lib/types/locale/function-list/array/fa-IR.d.ts +3 -0
  40. package/lib/types/locale/function-list/array/fr-FR.d.ts +3 -17
  41. package/lib/types/locale/function-list/array/ja-JP.d.ts +3 -58
  42. package/lib/types/locale/function-list/array/ko-KR.d.ts +3 -58
  43. package/lib/types/locale/function-list/array/ru-RU.d.ts +3 -58
  44. package/lib/types/locale/function-list/array/vi-VN.d.ts +3 -58
  45. package/lib/types/locale/function-list/array/zh-CN.d.ts +3 -58
  46. package/lib/types/locale/function-list/array/zh-TW.d.ts +3 -58
  47. package/lib/types/locale/function-list/compatibility/ca-ES.d.ts +3 -0
  48. package/lib/types/locale/function-list/compatibility/en-US.d.ts +2 -2
  49. package/lib/types/locale/function-list/compatibility/es-ES.d.ts +3 -0
  50. package/lib/types/locale/function-list/compatibility/fa-IR.d.ts +3 -0
  51. package/lib/types/locale/function-list/compatibility/fr-FR.d.ts +3 -706
  52. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +3 -838
  53. package/lib/types/locale/function-list/compatibility/ko-KR.d.ts +3 -838
  54. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +838 -2
  55. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +3 -838
  56. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +3 -838
  57. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +3 -838
  58. package/lib/types/locale/function-list/cube/ca-ES.d.ts +3 -0
  59. package/lib/types/locale/function-list/cube/en-US.d.ts +2 -2
  60. package/lib/types/locale/function-list/cube/es-ES.d.ts +3 -0
  61. package/lib/types/locale/function-list/cube/fa-IR.d.ts +3 -0
  62. package/lib/types/locale/function-list/cube/fr-FR.d.ts +3 -144
  63. package/lib/types/locale/function-list/cube/ja-JP.d.ts +3 -144
  64. package/lib/types/locale/function-list/cube/ko-KR.d.ts +3 -144
  65. package/lib/types/locale/function-list/cube/ru-RU.d.ts +3 -144
  66. package/lib/types/locale/function-list/cube/vi-VN.d.ts +3 -144
  67. package/lib/types/locale/function-list/cube/zh-CN.d.ts +3 -144
  68. package/lib/types/locale/function-list/cube/zh-TW.d.ts +3 -144
  69. package/lib/types/locale/function-list/database/ca-ES.d.ts +3 -0
  70. package/lib/types/locale/function-list/database/en-US.d.ts +2 -2
  71. package/lib/types/locale/function-list/database/es-ES.d.ts +3 -0
  72. package/lib/types/locale/function-list/database/fa-IR.d.ts +3 -0
  73. package/lib/types/locale/function-list/database/fr-FR.d.ts +3 -234
  74. package/lib/types/locale/function-list/database/ja-JP.d.ts +3 -282
  75. package/lib/types/locale/function-list/database/ko-KR.d.ts +3 -282
  76. package/lib/types/locale/function-list/database/ru-RU.d.ts +3 -282
  77. package/lib/types/locale/function-list/database/vi-VN.d.ts +3 -282
  78. package/lib/types/locale/function-list/database/zh-CN.d.ts +3 -282
  79. package/lib/types/locale/function-list/database/zh-TW.d.ts +3 -282
  80. package/lib/types/locale/function-list/date/ca-ES.d.ts +3 -0
  81. package/lib/types/locale/function-list/date/en-US.d.ts +2 -2
  82. package/lib/types/locale/function-list/date/es-ES.d.ts +3 -0
  83. package/lib/types/locale/function-list/date/fa-IR.d.ts +3 -0
  84. package/lib/types/locale/function-list/date/fr-FR.d.ts +3 -458
  85. package/lib/types/locale/function-list/date/ja-JP.d.ts +3 -490
  86. package/lib/types/locale/function-list/date/ko-KR.d.ts +3 -490
  87. package/lib/types/locale/function-list/date/ru-RU.d.ts +490 -2
  88. package/lib/types/locale/function-list/date/vi-VN.d.ts +3 -490
  89. package/lib/types/locale/function-list/date/zh-CN.d.ts +3 -490
  90. package/lib/types/locale/function-list/date/zh-TW.d.ts +3 -490
  91. package/lib/types/locale/function-list/engineering/ca-ES.d.ts +3 -0
  92. package/lib/types/locale/function-list/engineering/en-US.d.ts +2 -2
  93. package/lib/types/locale/function-list/engineering/es-ES.d.ts +3 -0
  94. package/lib/types/locale/function-list/engineering/fa-IR.d.ts +3 -0
  95. package/lib/types/locale/function-list/engineering/fr-FR.d.ts +3 -894
  96. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +3 -940
  97. package/lib/types/locale/function-list/engineering/ko-KR.d.ts +3 -940
  98. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +940 -2
  99. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +3 -940
  100. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +3 -940
  101. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +3 -940
  102. package/lib/types/locale/function-list/financial/ca-ES.d.ts +3 -0
  103. package/lib/types/locale/function-list/financial/en-US.d.ts +2 -2
  104. package/lib/types/locale/function-list/financial/es-ES.d.ts +3 -0
  105. package/lib/types/locale/function-list/financial/fa-IR.d.ts +3 -0
  106. package/lib/types/locale/function-list/financial/fr-FR.d.ts +3 -1608
  107. package/lib/types/locale/function-list/financial/ja-JP.d.ts +3 -1608
  108. package/lib/types/locale/function-list/financial/ko-KR.d.ts +3 -1608
  109. package/lib/types/locale/function-list/financial/ru-RU.d.ts +1608 -2
  110. package/lib/types/locale/function-list/financial/vi-VN.d.ts +3 -1608
  111. package/lib/types/locale/function-list/financial/zh-CN.d.ts +3 -1608
  112. package/lib/types/locale/function-list/financial/zh-TW.d.ts +3 -1608
  113. package/lib/types/locale/function-list/information/ca-ES.d.ts +3 -0
  114. package/lib/types/locale/function-list/information/en-US.d.ts +2 -2
  115. package/lib/types/locale/function-list/information/es-ES.d.ts +3 -0
  116. package/lib/types/locale/function-list/information/fa-IR.d.ts +3 -0
  117. package/lib/types/locale/function-list/information/fr-FR.d.ts +3 -327
  118. package/lib/types/locale/function-list/information/ja-JP.d.ts +3 -386
  119. package/lib/types/locale/function-list/information/ko-KR.d.ts +3 -386
  120. package/lib/types/locale/function-list/information/ru-RU.d.ts +386 -2
  121. package/lib/types/locale/function-list/information/vi-VN.d.ts +3 -350
  122. package/lib/types/locale/function-list/information/zh-CN.d.ts +3 -386
  123. package/lib/types/locale/function-list/information/zh-TW.d.ts +3 -386
  124. package/lib/types/locale/function-list/logical/ca-ES.d.ts +3 -0
  125. package/lib/types/locale/function-list/logical/en-US.d.ts +2 -2
  126. package/lib/types/locale/function-list/logical/es-ES.d.ts +3 -0
  127. package/lib/types/locale/function-list/logical/fa-IR.d.ts +3 -0
  128. package/lib/types/locale/function-list/logical/fr-FR.d.ts +3 -390
  129. package/lib/types/locale/function-list/logical/ja-JP.d.ts +3 -390
  130. package/lib/types/locale/function-list/logical/ko-KR.d.ts +3 -378
  131. package/lib/types/locale/function-list/logical/ru-RU.d.ts +390 -2
  132. package/lib/types/locale/function-list/logical/vi-VN.d.ts +3 -390
  133. package/lib/types/locale/function-list/logical/zh-CN.d.ts +3 -390
  134. package/lib/types/locale/function-list/logical/zh-TW.d.ts +3 -390
  135. package/lib/types/locale/function-list/lookup/ca-ES.d.ts +3 -0
  136. package/lib/types/locale/function-list/lookup/en-US.d.ts +2 -2
  137. package/lib/types/locale/function-list/lookup/es-ES.d.ts +3 -0
  138. package/lib/types/locale/function-list/lookup/fa-IR.d.ts +3 -0
  139. package/lib/types/locale/function-list/lookup/fr-FR.d.ts +3 -812
  140. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +3 -808
  141. package/lib/types/locale/function-list/lookup/ko-KR.d.ts +3 -808
  142. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +808 -2
  143. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +3 -754
  144. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +3 -808
  145. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +3 -808
  146. package/lib/types/locale/function-list/math/ca-ES.d.ts +3 -0
  147. package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
  148. package/lib/types/locale/function-list/math/es-ES.d.ts +3 -0
  149. package/lib/types/locale/function-list/math/fa-IR.d.ts +3 -0
  150. package/lib/types/locale/function-list/math/fr-FR.d.ts +3 -1388
  151. package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -1402
  152. package/lib/types/locale/function-list/math/ko-KR.d.ts +3 -1366
  153. package/lib/types/locale/function-list/math/ru-RU.d.ts +1402 -2
  154. package/lib/types/locale/function-list/math/vi-VN.d.ts +3 -1348
  155. package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -1402
  156. package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -1402
  157. package/lib/types/locale/function-list/statistical/ca-ES.d.ts +3 -0
  158. package/lib/types/locale/function-list/statistical/en-US.d.ts +2 -2
  159. package/lib/types/locale/function-list/statistical/es-ES.d.ts +3 -0
  160. package/lib/types/locale/function-list/statistical/fa-IR.d.ts +3 -0
  161. package/lib/types/locale/function-list/statistical/fr-FR.d.ts +3 -2068
  162. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +3 -2308
  163. package/lib/types/locale/function-list/statistical/ko-KR.d.ts +3 -2184
  164. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +2308 -2
  165. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +3 -2236
  166. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +3 -2308
  167. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +3 -2308
  168. package/lib/types/locale/function-list/text/ca-ES.d.ts +3 -0
  169. package/lib/types/locale/function-list/text/en-US.d.ts +2 -2
  170. package/lib/types/locale/function-list/text/es-ES.d.ts +3 -0
  171. package/lib/types/locale/function-list/text/fa-IR.d.ts +3 -0
  172. package/lib/types/locale/function-list/text/fr-FR.d.ts +3 -922
  173. package/lib/types/locale/function-list/text/ja-JP.d.ts +3 -989
  174. package/lib/types/locale/function-list/text/ko-KR.d.ts +3 -912
  175. package/lib/types/locale/function-list/text/ru-RU.d.ts +3 -988
  176. package/lib/types/locale/function-list/text/vi-VN.d.ts +3 -960
  177. package/lib/types/locale/function-list/text/zh-CN.d.ts +3 -988
  178. package/lib/types/locale/function-list/text/zh-TW.d.ts +3 -988
  179. package/lib/types/locale/function-list/univer/ca-ES.d.ts +3 -0
  180. package/lib/types/locale/function-list/univer/en-US.d.ts +2 -2
  181. package/lib/types/locale/function-list/univer/es-ES.d.ts +3 -0
  182. package/lib/types/locale/function-list/univer/fa-IR.d.ts +3 -0
  183. package/lib/types/locale/function-list/univer/fr-FR.d.ts +3 -17
  184. package/lib/types/locale/function-list/univer/ja-JP.d.ts +3 -17
  185. package/lib/types/locale/function-list/univer/ko-KR.d.ts +3 -17
  186. package/lib/types/locale/function-list/univer/ru-RU.d.ts +2 -2
  187. package/lib/types/locale/function-list/univer/vi-VN.d.ts +3 -17
  188. package/lib/types/locale/function-list/univer/zh-CN.d.ts +3 -17
  189. package/lib/types/locale/function-list/univer/zh-TW.d.ts +3 -17
  190. package/lib/types/locale/function-list/web/ca-ES.d.ts +3 -0
  191. package/lib/types/locale/function-list/web/en-US.d.ts +2 -2
  192. package/lib/types/locale/function-list/web/es-ES.d.ts +3 -0
  193. package/lib/types/locale/function-list/web/fa-IR.d.ts +3 -0
  194. package/lib/types/locale/function-list/web/fr-FR.d.ts +3 -72
  195. package/lib/types/locale/function-list/web/ja-JP.d.ts +3 -68
  196. package/lib/types/locale/function-list/web/ko-KR.d.ts +3 -68
  197. package/lib/types/locale/function-list/web/ru-RU.d.ts +3 -68
  198. package/lib/types/locale/function-list/web/vi-VN.d.ts +3 -32
  199. package/lib/types/locale/function-list/web/zh-CN.d.ts +3 -68
  200. package/lib/types/locale/function-list/web/zh-TW.d.ts +3 -68
  201. package/lib/types/locale/ko-KR.d.ts +3 -10297
  202. package/lib/types/locale/ru-RU.d.ts +3 -10526
  203. package/lib/types/locale/vi-VN.d.ts +3 -10265
  204. package/lib/types/locale/zh-CN.d.ts +3 -10527
  205. package/lib/types/locale/zh-TW.d.ts +3 -10527
  206. package/lib/umd/index.js +2 -5
  207. package/lib/umd/locale/ca-ES.js +39 -0
  208. package/lib/umd/locale/en-US.js +1 -3
  209. package/lib/umd/locale/es-ES.js +39 -0
  210. package/lib/umd/locale/fa-IR.js +1 -3
  211. package/lib/umd/locale/fr-FR.js +1 -3
  212. package/lib/umd/locale/ko-KR.js +9 -2
  213. package/lib/umd/locale/ru-RU.js +2 -4
  214. package/lib/umd/locale/vi-VN.js +6 -6
  215. package/lib/umd/locale/zh-TW.js +2 -2
  216. package/package.json +13 -13
@@ -1,2068 +1,3 @@
1
- /**
2
- * Copyright 2023-present DreamNum Co., Ltd.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- declare const _default: {
17
- AVEDEV: {
18
- description: string;
19
- abstract: string;
20
- links: {
21
- title: string;
22
- url: string;
23
- }[];
24
- functionParameter: {
25
- number1: {
26
- name: string;
27
- detail: string;
28
- };
29
- number2: {
30
- name: string;
31
- detail: string;
32
- };
33
- };
34
- };
35
- AVERAGE: {
36
- description: string;
37
- abstract: string;
38
- links: {
39
- title: string;
40
- url: string;
41
- }[];
42
- functionParameter: {
43
- number1: {
44
- name: string;
45
- detail: string;
46
- };
47
- number2: {
48
- name: string;
49
- detail: string;
50
- };
51
- };
52
- };
53
- AVERAGEA: {
54
- description: string;
55
- abstract: string;
56
- links: {
57
- title: string;
58
- url: string;
59
- }[];
60
- functionParameter: {
61
- value1: {
62
- name: string;
63
- detail: string;
64
- };
65
- value2: {
66
- name: string;
67
- detail: string;
68
- };
69
- };
70
- };
71
- AVERAGEIF: {
72
- description: string;
73
- abstract: string;
74
- links: {
75
- title: string;
76
- url: string;
77
- }[];
78
- functionParameter: {
79
- range: {
80
- name: string;
81
- detail: string;
82
- };
83
- criteria: {
84
- name: string;
85
- detail: string;
86
- };
87
- averageRange: {
88
- name: string;
89
- detail: string;
90
- };
91
- };
92
- };
93
- AVERAGEIFS: {
94
- description: string;
95
- abstract: string;
96
- links: {
97
- title: string;
98
- url: string;
99
- }[];
100
- functionParameter: {
101
- averageRange: {
102
- name: string;
103
- detail: string;
104
- };
105
- criteriaRange1: {
106
- name: string;
107
- detail: string;
108
- };
109
- criteria1: {
110
- name: string;
111
- detail: string;
112
- };
113
- criteriaRange2: {
114
- name: string;
115
- detail: string;
116
- };
117
- criteria2: {
118
- name: string;
119
- detail: string;
120
- };
121
- };
122
- };
123
- BETA_DIST: {
124
- description: string;
125
- abstract: string;
126
- links: {
127
- title: string;
128
- url: string;
129
- }[];
130
- functionParameter: {
131
- number1: {
132
- name: string;
133
- detail: string;
134
- };
135
- number2: {
136
- name: string;
137
- detail: string;
138
- };
139
- };
140
- };
141
- BETA_INV: {
142
- description: string;
143
- abstract: string;
144
- links: {
145
- title: string;
146
- url: string;
147
- }[];
148
- functionParameter: {
149
- number1: {
150
- name: string;
151
- detail: string;
152
- };
153
- number2: {
154
- name: string;
155
- detail: string;
156
- };
157
- };
158
- };
159
- BINOM_DIST: {
160
- description: string;
161
- abstract: string;
162
- links: {
163
- title: string;
164
- url: string;
165
- }[];
166
- functionParameter: {
167
- number1: {
168
- name: string;
169
- detail: string;
170
- };
171
- number2: {
172
- name: string;
173
- detail: string;
174
- };
175
- };
176
- };
177
- BINOM_DIST_RANGE: {
178
- description: string;
179
- abstract: string;
180
- links: {
181
- title: string;
182
- url: string;
183
- }[];
184
- functionParameter: {
185
- number1: {
186
- name: string;
187
- detail: string;
188
- };
189
- number2: {
190
- name: string;
191
- detail: string;
192
- };
193
- };
194
- };
195
- BINOM_INV: {
196
- description: string;
197
- abstract: string;
198
- links: {
199
- title: string;
200
- url: string;
201
- }[];
202
- functionParameter: {
203
- number1: {
204
- name: string;
205
- detail: string;
206
- };
207
- number2: {
208
- name: string;
209
- detail: string;
210
- };
211
- };
212
- };
213
- CHISQ_DIST: {
214
- description: string;
215
- abstract: string;
216
- links: {
217
- title: string;
218
- url: string;
219
- }[];
220
- functionParameter: {
221
- number1: {
222
- name: string;
223
- detail: string;
224
- };
225
- number2: {
226
- name: string;
227
- detail: string;
228
- };
229
- };
230
- };
231
- CHISQ_DIST_RT: {
232
- description: string;
233
- abstract: string;
234
- links: {
235
- title: string;
236
- url: string;
237
- }[];
238
- functionParameter: {
239
- number1: {
240
- name: string;
241
- detail: string;
242
- };
243
- number2: {
244
- name: string;
245
- detail: string;
246
- };
247
- };
248
- };
249
- CHISQ_INV: {
250
- description: string;
251
- abstract: string;
252
- links: {
253
- title: string;
254
- url: string;
255
- }[];
256
- functionParameter: {
257
- number1: {
258
- name: string;
259
- detail: string;
260
- };
261
- number2: {
262
- name: string;
263
- detail: string;
264
- };
265
- };
266
- };
267
- CHISQ_INV_RT: {
268
- description: string;
269
- abstract: string;
270
- links: {
271
- title: string;
272
- url: string;
273
- }[];
274
- functionParameter: {
275
- number1: {
276
- name: string;
277
- detail: string;
278
- };
279
- number2: {
280
- name: string;
281
- detail: string;
282
- };
283
- };
284
- };
285
- CHISQ_TEST: {
286
- description: string;
287
- abstract: string;
288
- links: {
289
- title: string;
290
- url: string;
291
- }[];
292
- functionParameter: {
293
- number1: {
294
- name: string;
295
- detail: string;
296
- };
297
- number2: {
298
- name: string;
299
- detail: string;
300
- };
301
- };
302
- };
303
- CONFIDENCE_NORM: {
304
- description: string;
305
- abstract: string;
306
- links: {
307
- title: string;
308
- url: string;
309
- }[];
310
- functionParameter: {
311
- number1: {
312
- name: string;
313
- detail: string;
314
- };
315
- number2: {
316
- name: string;
317
- detail: string;
318
- };
319
- };
320
- };
321
- CONFIDENCE_T: {
322
- description: string;
323
- abstract: string;
324
- links: {
325
- title: string;
326
- url: string;
327
- }[];
328
- functionParameter: {
329
- number1: {
330
- name: string;
331
- detail: string;
332
- };
333
- number2: {
334
- name: string;
335
- detail: string;
336
- };
337
- };
338
- };
339
- CORREL: {
340
- description: string;
341
- abstract: string;
342
- links: {
343
- title: string;
344
- url: string;
345
- }[];
346
- functionParameter: {
347
- number1: {
348
- name: string;
349
- detail: string;
350
- };
351
- number2: {
352
- name: string;
353
- detail: string;
354
- };
355
- };
356
- };
357
- COUNT: {
358
- description: string;
359
- abstract: string;
360
- links: {
361
- title: string;
362
- url: string;
363
- }[];
364
- functionParameter: {
365
- value1: {
366
- name: string;
367
- detail: string;
368
- };
369
- value2: {
370
- name: string;
371
- detail: string;
372
- };
373
- };
374
- };
375
- COUNTA: {
376
- description: string;
377
- abstract: string;
378
- links: {
379
- title: string;
380
- url: string;
381
- }[];
382
- functionParameter: {
383
- number1: {
384
- name: string;
385
- detail: string;
386
- };
387
- number2: {
388
- name: string;
389
- detail: string;
390
- };
391
- };
392
- };
393
- COUNTBLANK: {
394
- description: string;
395
- abstract: string;
396
- links: {
397
- title: string;
398
- url: string;
399
- }[];
400
- functionParameter: {
401
- range: {
402
- name: string;
403
- detail: string;
404
- };
405
- };
406
- };
407
- COUNTIF: {
408
- description: string;
409
- abstract: string;
410
- links: {
411
- title: string;
412
- url: string;
413
- }[];
414
- functionParameter: {
415
- range: {
416
- name: string;
417
- detail: string;
418
- };
419
- criteria: {
420
- name: string;
421
- detail: string;
422
- };
423
- };
424
- };
425
- COUNTIFS: {
426
- description: string;
427
- abstract: string;
428
- links: {
429
- title: string;
430
- url: string;
431
- }[];
432
- functionParameter: {
433
- criteriaRange1: {
434
- name: string;
435
- detail: string;
436
- };
437
- criteria1: {
438
- name: string;
439
- detail: string;
440
- };
441
- criteriaRange2: {
442
- name: string;
443
- detail: string;
444
- };
445
- criteria2: {
446
- name: string;
447
- detail: string;
448
- };
449
- };
450
- };
451
- COVARIANCE_P: {
452
- description: string;
453
- abstract: string;
454
- links: {
455
- title: string;
456
- url: string;
457
- }[];
458
- functionParameter: {
459
- number1: {
460
- name: string;
461
- detail: string;
462
- };
463
- number2: {
464
- name: string;
465
- detail: string;
466
- };
467
- };
468
- };
469
- COVARIANCE_S: {
470
- description: string;
471
- abstract: string;
472
- links: {
473
- title: string;
474
- url: string;
475
- }[];
476
- functionParameter: {
477
- number1: {
478
- name: string;
479
- detail: string;
480
- };
481
- number2: {
482
- name: string;
483
- detail: string;
484
- };
485
- };
486
- };
487
- DEVSQ: {
488
- description: string;
489
- abstract: string;
490
- links: {
491
- title: string;
492
- url: string;
493
- }[];
494
- functionParameter: {
495
- number1: {
496
- name: string;
497
- detail: string;
498
- };
499
- number2: {
500
- name: string;
501
- detail: string;
502
- };
503
- };
504
- };
505
- EXPON_DIST: {
506
- description: string;
507
- abstract: string;
508
- links: {
509
- title: string;
510
- url: string;
511
- }[];
512
- functionParameter: {
513
- number1: {
514
- name: string;
515
- detail: string;
516
- };
517
- number2: {
518
- name: string;
519
- detail: string;
520
- };
521
- };
522
- };
523
- F_DIST: {
524
- description: string;
525
- abstract: string;
526
- links: {
527
- title: string;
528
- url: string;
529
- }[];
530
- functionParameter: {
531
- number1: {
532
- name: string;
533
- detail: string;
534
- };
535
- number2: {
536
- name: string;
537
- detail: string;
538
- };
539
- };
540
- };
541
- F_DIST_RT: {
542
- description: string;
543
- abstract: string;
544
- links: {
545
- title: string;
546
- url: string;
547
- }[];
548
- functionParameter: {
549
- number1: {
550
- name: string;
551
- detail: string;
552
- };
553
- number2: {
554
- name: string;
555
- detail: string;
556
- };
557
- };
558
- };
559
- F_INV: {
560
- description: string;
561
- abstract: string;
562
- links: {
563
- title: string;
564
- url: string;
565
- }[];
566
- functionParameter: {
567
- number1: {
568
- name: string;
569
- detail: string;
570
- };
571
- number2: {
572
- name: string;
573
- detail: string;
574
- };
575
- };
576
- };
577
- F_INV_RT: {
578
- description: string;
579
- abstract: string;
580
- links: {
581
- title: string;
582
- url: string;
583
- }[];
584
- functionParameter: {
585
- number1: {
586
- name: string;
587
- detail: string;
588
- };
589
- number2: {
590
- name: string;
591
- detail: string;
592
- };
593
- };
594
- };
595
- F_TEST: {
596
- description: string;
597
- abstract: string;
598
- links: {
599
- title: string;
600
- url: string;
601
- }[];
602
- functionParameter: {
603
- number1: {
604
- name: string;
605
- detail: string;
606
- };
607
- number2: {
608
- name: string;
609
- detail: string;
610
- };
611
- };
612
- };
613
- FISHER: {
614
- description: string;
615
- abstract: string;
616
- links: {
617
- title: string;
618
- url: string;
619
- }[];
620
- functionParameter: {
621
- number1: {
622
- name: string;
623
- detail: string;
624
- };
625
- number2: {
626
- name: string;
627
- detail: string;
628
- };
629
- };
630
- };
631
- FISHERINV: {
632
- description: string;
633
- abstract: string;
634
- links: {
635
- title: string;
636
- url: string;
637
- }[];
638
- functionParameter: {
639
- number1: {
640
- name: string;
641
- detail: string;
642
- };
643
- number2: {
644
- name: string;
645
- detail: string;
646
- };
647
- };
648
- };
649
- FORECAST: {
650
- description: string;
651
- abstract: string;
652
- links: {
653
- title: string;
654
- url: string;
655
- }[];
656
- functionParameter: {
657
- number1: {
658
- name: string;
659
- detail: string;
660
- };
661
- number2: {
662
- name: string;
663
- detail: string;
664
- };
665
- };
666
- };
667
- FORECAST_ETS: {
668
- description: string;
669
- abstract: string;
670
- links: {
671
- title: string;
672
- url: string;
673
- }[];
674
- functionParameter: {
675
- number1: {
676
- name: string;
677
- detail: string;
678
- };
679
- number2: {
680
- name: string;
681
- detail: string;
682
- };
683
- };
684
- };
685
- FORECAST_ETS_CONFINT: {
686
- description: string;
687
- abstract: string;
688
- links: {
689
- title: string;
690
- url: string;
691
- }[];
692
- functionParameter: {
693
- number1: {
694
- name: string;
695
- detail: string;
696
- };
697
- number2: {
698
- name: string;
699
- detail: string;
700
- };
701
- };
702
- };
703
- FORECAST_ETS_SEASONALITY: {
704
- description: string;
705
- abstract: string;
706
- links: {
707
- title: string;
708
- url: string;
709
- }[];
710
- functionParameter: {
711
- number1: {
712
- name: string;
713
- detail: string;
714
- };
715
- number2: {
716
- name: string;
717
- detail: string;
718
- };
719
- };
720
- };
721
- FORECAST_ETS_STAT: {
722
- description: string;
723
- abstract: string;
724
- links: {
725
- title: string;
726
- url: string;
727
- }[];
728
- functionParameter: {
729
- number1: {
730
- name: string;
731
- detail: string;
732
- };
733
- number2: {
734
- name: string;
735
- detail: string;
736
- };
737
- };
738
- };
739
- FORECAST_LINEAR: {
740
- description: string;
741
- abstract: string;
742
- links: {
743
- title: string;
744
- url: string;
745
- }[];
746
- functionParameter: {
747
- number1: {
748
- name: string;
749
- detail: string;
750
- };
751
- number2: {
752
- name: string;
753
- detail: string;
754
- };
755
- };
756
- };
757
- FREQUENCY: {
758
- description: string;
759
- abstract: string;
760
- links: {
761
- title: string;
762
- url: string;
763
- }[];
764
- functionParameter: {
765
- number1: {
766
- name: string;
767
- detail: string;
768
- };
769
- number2: {
770
- name: string;
771
- detail: string;
772
- };
773
- };
774
- };
775
- GAMMA: {
776
- description: string;
777
- abstract: string;
778
- links: {
779
- title: string;
780
- url: string;
781
- }[];
782
- functionParameter: {
783
- number1: {
784
- name: string;
785
- detail: string;
786
- };
787
- number2: {
788
- name: string;
789
- detail: string;
790
- };
791
- };
792
- };
793
- GAMMA_DIST: {
794
- description: string;
795
- abstract: string;
796
- links: {
797
- title: string;
798
- url: string;
799
- }[];
800
- functionParameter: {
801
- number1: {
802
- name: string;
803
- detail: string;
804
- };
805
- number2: {
806
- name: string;
807
- detail: string;
808
- };
809
- };
810
- };
811
- GAMMA_INV: {
812
- description: string;
813
- abstract: string;
814
- links: {
815
- title: string;
816
- url: string;
817
- }[];
818
- functionParameter: {
819
- number1: {
820
- name: string;
821
- detail: string;
822
- };
823
- number2: {
824
- name: string;
825
- detail: string;
826
- };
827
- };
828
- };
829
- GAMMALN: {
830
- description: string;
831
- abstract: string;
832
- links: {
833
- title: string;
834
- url: string;
835
- }[];
836
- functionParameter: {
837
- number1: {
838
- name: string;
839
- detail: string;
840
- };
841
- number2: {
842
- name: string;
843
- detail: string;
844
- };
845
- };
846
- };
847
- GAMMALN_PRECISE: {
848
- description: string;
849
- abstract: string;
850
- links: {
851
- title: string;
852
- url: string;
853
- }[];
854
- functionParameter: {
855
- number1: {
856
- name: string;
857
- detail: string;
858
- };
859
- number2: {
860
- name: string;
861
- detail: string;
862
- };
863
- };
864
- };
865
- GAUSS: {
866
- description: string;
867
- abstract: string;
868
- links: {
869
- title: string;
870
- url: string;
871
- }[];
872
- functionParameter: {
873
- number1: {
874
- name: string;
875
- detail: string;
876
- };
877
- number2: {
878
- name: string;
879
- detail: string;
880
- };
881
- };
882
- };
883
- GEOMEAN: {
884
- description: string;
885
- abstract: string;
886
- links: {
887
- title: string;
888
- url: string;
889
- }[];
890
- functionParameter: {
891
- number1: {
892
- name: string;
893
- detail: string;
894
- };
895
- number2: {
896
- name: string;
897
- detail: string;
898
- };
899
- };
900
- };
901
- GROWTH: {
902
- description: string;
903
- abstract: string;
904
- links: {
905
- title: string;
906
- url: string;
907
- }[];
908
- functionParameter: {
909
- number1: {
910
- name: string;
911
- detail: string;
912
- };
913
- number2: {
914
- name: string;
915
- detail: string;
916
- };
917
- };
918
- };
919
- HARMEAN: {
920
- description: string;
921
- abstract: string;
922
- links: {
923
- title: string;
924
- url: string;
925
- }[];
926
- functionParameter: {
927
- number1: {
928
- name: string;
929
- detail: string;
930
- };
931
- number2: {
932
- name: string;
933
- detail: string;
934
- };
935
- };
936
- };
937
- HYPGEOM_DIST: {
938
- description: string;
939
- abstract: string;
940
- links: {
941
- title: string;
942
- url: string;
943
- }[];
944
- functionParameter: {
945
- number1: {
946
- name: string;
947
- detail: string;
948
- };
949
- number2: {
950
- name: string;
951
- detail: string;
952
- };
953
- };
954
- };
955
- INTERCEPT: {
956
- description: string;
957
- abstract: string;
958
- links: {
959
- title: string;
960
- url: string;
961
- }[];
962
- functionParameter: {
963
- number1: {
964
- name: string;
965
- detail: string;
966
- };
967
- number2: {
968
- name: string;
969
- detail: string;
970
- };
971
- };
972
- };
973
- KURT: {
974
- description: string;
975
- abstract: string;
976
- links: {
977
- title: string;
978
- url: string;
979
- }[];
980
- functionParameter: {
981
- number1: {
982
- name: string;
983
- detail: string;
984
- };
985
- number2: {
986
- name: string;
987
- detail: string;
988
- };
989
- };
990
- };
991
- LARGE: {
992
- description: string;
993
- abstract: string;
994
- links: {
995
- title: string;
996
- url: string;
997
- }[];
998
- functionParameter: {
999
- number1: {
1000
- name: string;
1001
- detail: string;
1002
- };
1003
- number2: {
1004
- name: string;
1005
- detail: string;
1006
- };
1007
- };
1008
- };
1009
- LINEST: {
1010
- description: string;
1011
- abstract: string;
1012
- links: {
1013
- title: string;
1014
- url: string;
1015
- }[];
1016
- functionParameter: {
1017
- number1: {
1018
- name: string;
1019
- detail: string;
1020
- };
1021
- number2: {
1022
- name: string;
1023
- detail: string;
1024
- };
1025
- };
1026
- };
1027
- LOGEST: {
1028
- description: string;
1029
- abstract: string;
1030
- links: {
1031
- title: string;
1032
- url: string;
1033
- }[];
1034
- functionParameter: {
1035
- number1: {
1036
- name: string;
1037
- detail: string;
1038
- };
1039
- number2: {
1040
- name: string;
1041
- detail: string;
1042
- };
1043
- };
1044
- };
1045
- LOGNORM_DIST: {
1046
- description: string;
1047
- abstract: string;
1048
- links: {
1049
- title: string;
1050
- url: string;
1051
- }[];
1052
- functionParameter: {
1053
- number1: {
1054
- name: string;
1055
- detail: string;
1056
- };
1057
- number2: {
1058
- name: string;
1059
- detail: string;
1060
- };
1061
- };
1062
- };
1063
- LOGNORM_INV: {
1064
- description: string;
1065
- abstract: string;
1066
- links: {
1067
- title: string;
1068
- url: string;
1069
- }[];
1070
- functionParameter: {
1071
- number1: {
1072
- name: string;
1073
- detail: string;
1074
- };
1075
- number2: {
1076
- name: string;
1077
- detail: string;
1078
- };
1079
- };
1080
- };
1081
- MAX: {
1082
- description: string;
1083
- abstract: string;
1084
- links: {
1085
- title: string;
1086
- url: string;
1087
- }[];
1088
- functionParameter: {
1089
- number1: {
1090
- name: string;
1091
- detail: string;
1092
- };
1093
- number2: {
1094
- name: string;
1095
- detail: string;
1096
- };
1097
- };
1098
- };
1099
- MAXA: {
1100
- description: string;
1101
- abstract: string;
1102
- links: {
1103
- title: string;
1104
- url: string;
1105
- }[];
1106
- functionParameter: {
1107
- value1: {
1108
- name: string;
1109
- detail: string;
1110
- };
1111
- value2: {
1112
- name: string;
1113
- detail: string;
1114
- };
1115
- };
1116
- };
1117
- MAXIFS: {
1118
- description: string;
1119
- abstract: string;
1120
- links: {
1121
- title: string;
1122
- url: string;
1123
- }[];
1124
- functionParameter: {
1125
- maxRange: {
1126
- name: string;
1127
- detail: string;
1128
- };
1129
- criteriaRange1: {
1130
- name: string;
1131
- detail: string;
1132
- };
1133
- criteria1: {
1134
- name: string;
1135
- detail: string;
1136
- };
1137
- criteriaRange2: {
1138
- name: string;
1139
- detail: string;
1140
- };
1141
- criteria2: {
1142
- name: string;
1143
- detail: string;
1144
- };
1145
- };
1146
- };
1147
- MEDIAN: {
1148
- description: string;
1149
- abstract: string;
1150
- links: {
1151
- title: string;
1152
- url: string;
1153
- }[];
1154
- functionParameter: {
1155
- number1: {
1156
- name: string;
1157
- detail: string;
1158
- };
1159
- number2: {
1160
- name: string;
1161
- detail: string;
1162
- };
1163
- };
1164
- };
1165
- MIN: {
1166
- description: string;
1167
- abstract: string;
1168
- links: {
1169
- title: string;
1170
- url: string;
1171
- }[];
1172
- functionParameter: {
1173
- number1: {
1174
- name: string;
1175
- detail: string;
1176
- };
1177
- number2: {
1178
- name: string;
1179
- detail: string;
1180
- };
1181
- };
1182
- };
1183
- MINA: {
1184
- description: string;
1185
- abstract: string;
1186
- links: {
1187
- title: string;
1188
- url: string;
1189
- }[];
1190
- functionParameter: {
1191
- value1: {
1192
- name: string;
1193
- detail: string;
1194
- };
1195
- value2: {
1196
- name: string;
1197
- detail: string;
1198
- };
1199
- };
1200
- };
1201
- MINIFS: {
1202
- description: string;
1203
- abstract: string;
1204
- links: {
1205
- title: string;
1206
- url: string;
1207
- }[];
1208
- functionParameter: {
1209
- minRange: {
1210
- name: string;
1211
- detail: string;
1212
- };
1213
- criteriaRange1: {
1214
- name: string;
1215
- detail: string;
1216
- };
1217
- criteria1: {
1218
- name: string;
1219
- detail: string;
1220
- };
1221
- criteriaRange2: {
1222
- name: string;
1223
- detail: string;
1224
- };
1225
- criteria2: {
1226
- name: string;
1227
- detail: string;
1228
- };
1229
- };
1230
- };
1231
- MODE_MULT: {
1232
- description: string;
1233
- abstract: string;
1234
- links: {
1235
- title: string;
1236
- url: string;
1237
- }[];
1238
- functionParameter: {
1239
- number1: {
1240
- name: string;
1241
- detail: string;
1242
- };
1243
- number2: {
1244
- name: string;
1245
- detail: string;
1246
- };
1247
- };
1248
- };
1249
- MODE_SNGL: {
1250
- description: string;
1251
- abstract: string;
1252
- links: {
1253
- title: string;
1254
- url: string;
1255
- }[];
1256
- functionParameter: {
1257
- number1: {
1258
- name: string;
1259
- detail: string;
1260
- };
1261
- number2: {
1262
- name: string;
1263
- detail: string;
1264
- };
1265
- };
1266
- };
1267
- NEGBINOM_DIST: {
1268
- description: string;
1269
- abstract: string;
1270
- links: {
1271
- title: string;
1272
- url: string;
1273
- }[];
1274
- functionParameter: {
1275
- number1: {
1276
- name: string;
1277
- detail: string;
1278
- };
1279
- number2: {
1280
- name: string;
1281
- detail: string;
1282
- };
1283
- };
1284
- };
1285
- NORM_DIST: {
1286
- description: string;
1287
- abstract: string;
1288
- links: {
1289
- title: string;
1290
- url: string;
1291
- }[];
1292
- functionParameter: {
1293
- number1: {
1294
- name: string;
1295
- detail: string;
1296
- };
1297
- number2: {
1298
- name: string;
1299
- detail: string;
1300
- };
1301
- };
1302
- };
1303
- NORM_INV: {
1304
- description: string;
1305
- abstract: string;
1306
- links: {
1307
- title: string;
1308
- url: string;
1309
- }[];
1310
- functionParameter: {
1311
- number1: {
1312
- name: string;
1313
- detail: string;
1314
- };
1315
- number2: {
1316
- name: string;
1317
- detail: string;
1318
- };
1319
- };
1320
- };
1321
- NORM_S_DIST: {
1322
- description: string;
1323
- abstract: string;
1324
- links: {
1325
- title: string;
1326
- url: string;
1327
- }[];
1328
- functionParameter: {
1329
- number1: {
1330
- name: string;
1331
- detail: string;
1332
- };
1333
- number2: {
1334
- name: string;
1335
- detail: string;
1336
- };
1337
- };
1338
- };
1339
- NORM_S_INV: {
1340
- description: string;
1341
- abstract: string;
1342
- links: {
1343
- title: string;
1344
- url: string;
1345
- }[];
1346
- functionParameter: {
1347
- number1: {
1348
- name: string;
1349
- detail: string;
1350
- };
1351
- number2: {
1352
- name: string;
1353
- detail: string;
1354
- };
1355
- };
1356
- };
1357
- PEARSON: {
1358
- description: string;
1359
- abstract: string;
1360
- links: {
1361
- title: string;
1362
- url: string;
1363
- }[];
1364
- functionParameter: {
1365
- number1: {
1366
- name: string;
1367
- detail: string;
1368
- };
1369
- number2: {
1370
- name: string;
1371
- detail: string;
1372
- };
1373
- };
1374
- };
1375
- PERCENTILE_EXC: {
1376
- description: string;
1377
- abstract: string;
1378
- links: {
1379
- title: string;
1380
- url: string;
1381
- }[];
1382
- functionParameter: {
1383
- number1: {
1384
- name: string;
1385
- detail: string;
1386
- };
1387
- number2: {
1388
- name: string;
1389
- detail: string;
1390
- };
1391
- };
1392
- };
1393
- PERCENTILE_INC: {
1394
- description: string;
1395
- abstract: string;
1396
- links: {
1397
- title: string;
1398
- url: string;
1399
- }[];
1400
- functionParameter: {
1401
- number1: {
1402
- name: string;
1403
- detail: string;
1404
- };
1405
- number2: {
1406
- name: string;
1407
- detail: string;
1408
- };
1409
- };
1410
- };
1411
- PERCENTRANK_EXC: {
1412
- description: string;
1413
- abstract: string;
1414
- links: {
1415
- title: string;
1416
- url: string;
1417
- }[];
1418
- functionParameter: {
1419
- number1: {
1420
- name: string;
1421
- detail: string;
1422
- };
1423
- number2: {
1424
- name: string;
1425
- detail: string;
1426
- };
1427
- };
1428
- };
1429
- PERCENTRANK_INC: {
1430
- description: string;
1431
- abstract: string;
1432
- links: {
1433
- title: string;
1434
- url: string;
1435
- }[];
1436
- functionParameter: {
1437
- number1: {
1438
- name: string;
1439
- detail: string;
1440
- };
1441
- number2: {
1442
- name: string;
1443
- detail: string;
1444
- };
1445
- };
1446
- };
1447
- PERMUT: {
1448
- description: string;
1449
- abstract: string;
1450
- links: {
1451
- title: string;
1452
- url: string;
1453
- }[];
1454
- functionParameter: {
1455
- number1: {
1456
- name: string;
1457
- detail: string;
1458
- };
1459
- number2: {
1460
- name: string;
1461
- detail: string;
1462
- };
1463
- };
1464
- };
1465
- PERMUTATIONA: {
1466
- description: string;
1467
- abstract: string;
1468
- links: {
1469
- title: string;
1470
- url: string;
1471
- }[];
1472
- functionParameter: {
1473
- number1: {
1474
- name: string;
1475
- detail: string;
1476
- };
1477
- number2: {
1478
- name: string;
1479
- detail: string;
1480
- };
1481
- };
1482
- };
1483
- PHI: {
1484
- description: string;
1485
- abstract: string;
1486
- links: {
1487
- title: string;
1488
- url: string;
1489
- }[];
1490
- functionParameter: {
1491
- number1: {
1492
- name: string;
1493
- detail: string;
1494
- };
1495
- number2: {
1496
- name: string;
1497
- detail: string;
1498
- };
1499
- };
1500
- };
1501
- POISSON_DIST: {
1502
- description: string;
1503
- abstract: string;
1504
- links: {
1505
- title: string;
1506
- url: string;
1507
- }[];
1508
- functionParameter: {
1509
- number1: {
1510
- name: string;
1511
- detail: string;
1512
- };
1513
- number2: {
1514
- name: string;
1515
- detail: string;
1516
- };
1517
- };
1518
- };
1519
- PROB: {
1520
- description: string;
1521
- abstract: string;
1522
- links: {
1523
- title: string;
1524
- url: string;
1525
- }[];
1526
- functionParameter: {
1527
- number1: {
1528
- name: string;
1529
- detail: string;
1530
- };
1531
- number2: {
1532
- name: string;
1533
- detail: string;
1534
- };
1535
- };
1536
- };
1537
- QUARTILE_EXC: {
1538
- description: string;
1539
- abstract: string;
1540
- links: {
1541
- title: string;
1542
- url: string;
1543
- }[];
1544
- functionParameter: {
1545
- number1: {
1546
- name: string;
1547
- detail: string;
1548
- };
1549
- number2: {
1550
- name: string;
1551
- detail: string;
1552
- };
1553
- };
1554
- };
1555
- QUARTILE_INC: {
1556
- description: string;
1557
- abstract: string;
1558
- links: {
1559
- title: string;
1560
- url: string;
1561
- }[];
1562
- functionParameter: {
1563
- number1: {
1564
- name: string;
1565
- detail: string;
1566
- };
1567
- number2: {
1568
- name: string;
1569
- detail: string;
1570
- };
1571
- };
1572
- };
1573
- RANK_AVG: {
1574
- description: string;
1575
- abstract: string;
1576
- links: {
1577
- title: string;
1578
- url: string;
1579
- }[];
1580
- functionParameter: {
1581
- number: {
1582
- name: string;
1583
- detail: string;
1584
- };
1585
- ref: {
1586
- name: string;
1587
- detail: string;
1588
- };
1589
- order: {
1590
- name: string;
1591
- detail: string;
1592
- };
1593
- };
1594
- };
1595
- RANK_EQ: {
1596
- description: string;
1597
- abstract: string;
1598
- links: {
1599
- title: string;
1600
- url: string;
1601
- }[];
1602
- functionParameter: {
1603
- number: {
1604
- name: string;
1605
- detail: string;
1606
- };
1607
- ref: {
1608
- name: string;
1609
- detail: string;
1610
- };
1611
- order: {
1612
- name: string;
1613
- detail: string;
1614
- };
1615
- };
1616
- };
1617
- RSQ: {
1618
- description: string;
1619
- abstract: string;
1620
- links: {
1621
- title: string;
1622
- url: string;
1623
- }[];
1624
- functionParameter: {
1625
- number1: {
1626
- name: string;
1627
- detail: string;
1628
- };
1629
- number2: {
1630
- name: string;
1631
- detail: string;
1632
- };
1633
- };
1634
- };
1635
- SKEW: {
1636
- description: string;
1637
- abstract: string;
1638
- links: {
1639
- title: string;
1640
- url: string;
1641
- }[];
1642
- functionParameter: {
1643
- number1: {
1644
- name: string;
1645
- detail: string;
1646
- };
1647
- number2: {
1648
- name: string;
1649
- detail: string;
1650
- };
1651
- };
1652
- };
1653
- SKEW_P: {
1654
- description: string;
1655
- abstract: string;
1656
- links: {
1657
- title: string;
1658
- url: string;
1659
- }[];
1660
- functionParameter: {
1661
- number1: {
1662
- name: string;
1663
- detail: string;
1664
- };
1665
- number2: {
1666
- name: string;
1667
- detail: string;
1668
- };
1669
- };
1670
- };
1671
- SLOPE: {
1672
- description: string;
1673
- abstract: string;
1674
- links: {
1675
- title: string;
1676
- url: string;
1677
- }[];
1678
- functionParameter: {
1679
- number1: {
1680
- name: string;
1681
- detail: string;
1682
- };
1683
- number2: {
1684
- name: string;
1685
- detail: string;
1686
- };
1687
- };
1688
- };
1689
- SMALL: {
1690
- description: string;
1691
- abstract: string;
1692
- links: {
1693
- title: string;
1694
- url: string;
1695
- }[];
1696
- functionParameter: {
1697
- number1: {
1698
- name: string;
1699
- detail: string;
1700
- };
1701
- number2: {
1702
- name: string;
1703
- detail: string;
1704
- };
1705
- };
1706
- };
1707
- STANDARDIZE: {
1708
- description: string;
1709
- abstract: string;
1710
- links: {
1711
- title: string;
1712
- url: string;
1713
- }[];
1714
- functionParameter: {
1715
- number1: {
1716
- name: string;
1717
- detail: string;
1718
- };
1719
- number2: {
1720
- name: string;
1721
- detail: string;
1722
- };
1723
- };
1724
- };
1725
- STDEV_P: {
1726
- description: string;
1727
- abstract: string;
1728
- links: {
1729
- title: string;
1730
- url: string;
1731
- }[];
1732
- functionParameter: {
1733
- number1: {
1734
- name: string;
1735
- detail: string;
1736
- };
1737
- number2: {
1738
- name: string;
1739
- detail: string;
1740
- };
1741
- };
1742
- };
1743
- STDEV_S: {
1744
- description: string;
1745
- abstract: string;
1746
- links: {
1747
- title: string;
1748
- url: string;
1749
- }[];
1750
- functionParameter: {
1751
- number1: {
1752
- name: string;
1753
- detail: string;
1754
- };
1755
- number2: {
1756
- name: string;
1757
- detail: string;
1758
- };
1759
- };
1760
- };
1761
- STDEVA: {
1762
- description: string;
1763
- abstract: string;
1764
- links: {
1765
- title: string;
1766
- url: string;
1767
- }[];
1768
- functionParameter: {
1769
- value1: {
1770
- name: string;
1771
- detail: string;
1772
- };
1773
- value2: {
1774
- name: string;
1775
- detail: string;
1776
- };
1777
- };
1778
- };
1779
- STDEVPA: {
1780
- description: string;
1781
- abstract: string;
1782
- links: {
1783
- title: string;
1784
- url: string;
1785
- }[];
1786
- functionParameter: {
1787
- value1: {
1788
- name: string;
1789
- detail: string;
1790
- };
1791
- value2: {
1792
- name: string;
1793
- detail: string;
1794
- };
1795
- };
1796
- };
1797
- STEYX: {
1798
- description: string;
1799
- abstract: string;
1800
- links: {
1801
- title: string;
1802
- url: string;
1803
- }[];
1804
- functionParameter: {
1805
- number1: {
1806
- name: string;
1807
- detail: string;
1808
- };
1809
- number2: {
1810
- name: string;
1811
- detail: string;
1812
- };
1813
- };
1814
- };
1815
- T_DIST: {
1816
- description: string;
1817
- abstract: string;
1818
- links: {
1819
- title: string;
1820
- url: string;
1821
- }[];
1822
- functionParameter: {
1823
- number1: {
1824
- name: string;
1825
- detail: string;
1826
- };
1827
- number2: {
1828
- name: string;
1829
- detail: string;
1830
- };
1831
- };
1832
- };
1833
- T_DIST_2T: {
1834
- description: string;
1835
- abstract: string;
1836
- links: {
1837
- title: string;
1838
- url: string;
1839
- }[];
1840
- functionParameter: {
1841
- number1: {
1842
- name: string;
1843
- detail: string;
1844
- };
1845
- number2: {
1846
- name: string;
1847
- detail: string;
1848
- };
1849
- };
1850
- };
1851
- T_DIST_RT: {
1852
- description: string;
1853
- abstract: string;
1854
- links: {
1855
- title: string;
1856
- url: string;
1857
- }[];
1858
- functionParameter: {
1859
- number1: {
1860
- name: string;
1861
- detail: string;
1862
- };
1863
- number2: {
1864
- name: string;
1865
- detail: string;
1866
- };
1867
- };
1868
- };
1869
- T_INV: {
1870
- description: string;
1871
- abstract: string;
1872
- links: {
1873
- title: string;
1874
- url: string;
1875
- }[];
1876
- functionParameter: {
1877
- number1: {
1878
- name: string;
1879
- detail: string;
1880
- };
1881
- number2: {
1882
- name: string;
1883
- detail: string;
1884
- };
1885
- };
1886
- };
1887
- T_INV_2T: {
1888
- description: string;
1889
- abstract: string;
1890
- links: {
1891
- title: string;
1892
- url: string;
1893
- }[];
1894
- functionParameter: {
1895
- number1: {
1896
- name: string;
1897
- detail: string;
1898
- };
1899
- number2: {
1900
- name: string;
1901
- detail: string;
1902
- };
1903
- };
1904
- };
1905
- T_TEST: {
1906
- description: string;
1907
- abstract: string;
1908
- links: {
1909
- title: string;
1910
- url: string;
1911
- }[];
1912
- functionParameter: {
1913
- number1: {
1914
- name: string;
1915
- detail: string;
1916
- };
1917
- number2: {
1918
- name: string;
1919
- detail: string;
1920
- };
1921
- };
1922
- };
1923
- TREND: {
1924
- description: string;
1925
- abstract: string;
1926
- links: {
1927
- title: string;
1928
- url: string;
1929
- }[];
1930
- functionParameter: {
1931
- number1: {
1932
- name: string;
1933
- detail: string;
1934
- };
1935
- number2: {
1936
- name: string;
1937
- detail: string;
1938
- };
1939
- };
1940
- };
1941
- TRIMMEAN: {
1942
- description: string;
1943
- abstract: string;
1944
- links: {
1945
- title: string;
1946
- url: string;
1947
- }[];
1948
- functionParameter: {
1949
- number1: {
1950
- name: string;
1951
- detail: string;
1952
- };
1953
- number2: {
1954
- name: string;
1955
- detail: string;
1956
- };
1957
- };
1958
- };
1959
- VAR_P: {
1960
- description: string;
1961
- abstract: string;
1962
- links: {
1963
- title: string;
1964
- url: string;
1965
- }[];
1966
- functionParameter: {
1967
- number1: {
1968
- name: string;
1969
- detail: string;
1970
- };
1971
- number2: {
1972
- name: string;
1973
- detail: string;
1974
- };
1975
- };
1976
- };
1977
- VAR_S: {
1978
- description: string;
1979
- abstract: string;
1980
- links: {
1981
- title: string;
1982
- url: string;
1983
- }[];
1984
- functionParameter: {
1985
- number1: {
1986
- name: string;
1987
- detail: string;
1988
- };
1989
- number2: {
1990
- name: string;
1991
- detail: string;
1992
- };
1993
- };
1994
- };
1995
- VARA: {
1996
- description: string;
1997
- abstract: string;
1998
- links: {
1999
- title: string;
2000
- url: string;
2001
- }[];
2002
- functionParameter: {
2003
- value1: {
2004
- name: string;
2005
- detail: string;
2006
- };
2007
- value2: {
2008
- name: string;
2009
- detail: string;
2010
- };
2011
- };
2012
- };
2013
- VARPA: {
2014
- description: string;
2015
- abstract: string;
2016
- links: {
2017
- title: string;
2018
- url: string;
2019
- }[];
2020
- functionParameter: {
2021
- value1: {
2022
- name: string;
2023
- detail: string;
2024
- };
2025
- value2: {
2026
- name: string;
2027
- detail: string;
2028
- };
2029
- };
2030
- };
2031
- WEIBULL_DIST: {
2032
- description: string;
2033
- abstract: string;
2034
- links: {
2035
- title: string;
2036
- url: string;
2037
- }[];
2038
- functionParameter: {
2039
- number1: {
2040
- name: string;
2041
- detail: string;
2042
- };
2043
- number2: {
2044
- name: string;
2045
- detail: string;
2046
- };
2047
- };
2048
- };
2049
- Z_TEST: {
2050
- description: string;
2051
- abstract: string;
2052
- links: {
2053
- title: string;
2054
- url: string;
2055
- }[];
2056
- functionParameter: {
2057
- number1: {
2058
- name: string;
2059
- detail: string;
2060
- };
2061
- number2: {
2062
- name: string;
2063
- detail: string;
2064
- };
2065
- };
2066
- };
2067
- };
2068
- export default _default;
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;