@univerjs/sheets-formula 0.2.6 → 0.2.8
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.
- package/lib/cjs/index.js +4 -4
- package/lib/es/index.js +1185 -724
- package/lib/locale/en-US.json +706 -428
- package/lib/locale/ru-RU.json +703 -425
- package/lib/locale/vi-VN.json +2644 -1855
- package/lib/locale/zh-CN.json +750 -472
- package/lib/locale/zh-TW.json +834 -588
- package/lib/types/commands/commands/formula-clipboard.command.d.ts +0 -1
- package/lib/types/commands/commands/insert-function.command.d.ts +0 -1
- package/lib/types/commands/mutations/formula.mutation.d.ts +0 -1
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +0 -1
- package/lib/types/commands/operations/editor-formula.operation.d.ts +0 -1
- package/lib/types/commands/operations/help-function.operation.d.ts +0 -1
- package/lib/types/commands/operations/insert-function.operation.d.ts +0 -1
- package/lib/types/commands/operations/more-functions.operation.d.ts +0 -1
- package/lib/types/commands/operations/reference-absolute.operation.d.ts +0 -1
- package/lib/types/commands/operations/search-function.operation.d.ts +0 -1
- package/lib/types/common/selection.d.ts +0 -1
- package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +0 -1
- package/lib/types/controllers/active-dirty.controller.d.ts +0 -1
- package/lib/types/controllers/array-formula-display.controller.d.ts +0 -1
- package/lib/types/controllers/defined-name.controller.d.ts +0 -1
- package/lib/types/controllers/formula-alert-render.controller.d.ts +0 -1
- package/lib/types/controllers/formula-auto-fill.controller.d.ts +0 -1
- package/lib/types/controllers/formula-clipboard.controller.d.ts +0 -1
- package/lib/types/controllers/formula-editor-show.controller.d.ts +0 -1
- package/lib/types/controllers/formula-render.controller.d.ts +0 -1
- package/lib/types/controllers/formula-ui.controller.d.ts +0 -1
- package/lib/types/controllers/menu.d.ts +0 -1
- package/lib/types/controllers/prompt.controller.d.ts +3 -2
- package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +0 -1
- package/lib/types/controllers/trigger-calculation.controller.d.ts +0 -1
- package/lib/types/controllers/update-formula.controller.d.ts +0 -1
- package/lib/types/controllers/utils/offset-formula-data.d.ts +0 -1
- package/lib/types/controllers/utils/ref-range-formula.d.ts +0 -1
- package/lib/types/controllers/utils/utils.d.ts +0 -1
- package/lib/types/formula-ui-plugin.d.ts +0 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/locale/en-US.d.ts +440 -162
- package/lib/types/locale/function-list/array/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/date/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/date/vi-VN.d.ts +105 -26
- package/lib/types/locale/function-list/date/zh-TW.d.ts +32 -8
- package/lib/types/locale/function-list/engineering/en-US.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/ja-JP.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/engineering/vi-VN.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/zh-CN.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/zh-TW.d.ts +50 -66
- package/lib/types/locale/function-list/financial/en-US.d.ts +344 -56
- package/lib/types/locale/function-list/financial/ja-JP.d.ts +344 -56
- package/lib/types/locale/function-list/financial/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/financial/vi-VN.d.ts +344 -56
- package/lib/types/locale/function-list/financial/zh-CN.d.ts +344 -56
- package/lib/types/locale/function-list/financial/zh-TW.d.ts +344 -56
- package/lib/types/locale/function-list/information/ja-JP.d.ts +8 -40
- package/lib/types/locale/function-list/information/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/information/vi-VN.d.ts +218 -3
- package/lib/types/locale/function-list/logical/en-US.d.ts +45 -35
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +45 -35
- package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +45 -35
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +45 -35
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +45 -35
- package/lib/types/locale/function-list/lookup/en-US.d.ts +1 -5
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +1 -5
- package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/lookup/vi-VN.d.ts +421 -9
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +1 -5
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +1 -5
- package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/math/vi-VN.d.ts +1022 -3
- package/lib/types/locale/function-list/math/zh-TW.d.ts +21 -77
- package/lib/types/locale/function-list/statistical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +334 -0
- package/lib/types/locale/function-list/text/vi-VN.d.ts +135 -1
- package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -1
- package/lib/types/locale/ru-RU.d.ts +440 -162
- package/lib/types/locale/vi-VN.d.ts +1378 -623
- package/lib/types/locale/zh-CN.d.ts +440 -162
- package/lib/types/locale/zh-TW.d.ts +493 -247
- package/lib/types/services/description.service.d.ts +0 -1
- package/lib/types/services/formula-common.d.ts +0 -1
- package/lib/types/services/formula-ref-range.service.d.ts +0 -1
- package/lib/types/services/function-list/array.d.ts +0 -1
- package/lib/types/services/function-list/compatibility.d.ts +0 -1
- package/lib/types/services/function-list/cube.d.ts +0 -1
- package/lib/types/services/function-list/database.d.ts +0 -1
- package/lib/types/services/function-list/date.d.ts +0 -1
- package/lib/types/services/function-list/engineering.d.ts +0 -1
- package/lib/types/services/function-list/financial.d.ts +0 -1
- package/lib/types/services/function-list/function-list.d.ts +0 -1
- package/lib/types/services/function-list/information.d.ts +0 -1
- package/lib/types/services/function-list/logical.d.ts +0 -1
- package/lib/types/services/function-list/lookup.d.ts +0 -1
- package/lib/types/services/function-list/math.d.ts +0 -1
- package/lib/types/services/function-list/statistical.d.ts +0 -1
- package/lib/types/services/function-list/text.d.ts +0 -1
- package/lib/types/services/function-list/univer.d.ts +0 -1
- package/lib/types/services/function-list/web.d.ts +0 -1
- package/lib/types/services/prompt.service.d.ts +5 -2
- package/lib/types/services/register-function.service.d.ts +0 -1
- package/lib/types/services/register-other-formula.service.d.ts +0 -1
- package/lib/types/services/remote/remote-register-function.service.d.ts +0 -1
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +0 -1
- package/lib/types/services/utils.d.ts +0 -1
- package/lib/types/views/FormulaPromptContainer.d.ts +0 -1
- package/lib/types/views/more-functions/MoreFunctions.d.ts +0 -1
- package/lib/types/views/more-functions/function-help/FunctionHelp.d.ts +0 -1
- package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +0 -1
- package/lib/types/views/more-functions/input-params/InputParams.d.ts +0 -1
- package/lib/types/views/more-functions/select-function/SelectFunction.d.ts +0 -1
- package/lib/types/views/prompt/help-function/HelpFunction.d.ts +0 -1
- package/lib/types/views/prompt/search-function/SearchFunction.d.ts +0 -1
- package/lib/umd/index.js +4 -4
- package/package.json +24 -24
package/lib/locale/zh-CN.json
CHANGED
|
@@ -20,13 +20,37 @@
|
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"functionParameter": {
|
|
23
|
-
"
|
|
24
|
-
"name": "
|
|
25
|
-
"detail": "
|
|
23
|
+
"issue": {
|
|
24
|
+
"name": "发行日",
|
|
25
|
+
"detail": "有价证券的发行日。"
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"name": "
|
|
29
|
-
"detail": "
|
|
27
|
+
"firstInterest": {
|
|
28
|
+
"name": "首次计息日",
|
|
29
|
+
"detail": "有价证券的首次计息日。"
|
|
30
|
+
},
|
|
31
|
+
"settlement": {
|
|
32
|
+
"name": "到期日",
|
|
33
|
+
"detail": "有价证券的到期日。"
|
|
34
|
+
},
|
|
35
|
+
"rate": {
|
|
36
|
+
"name": "利率",
|
|
37
|
+
"detail": "有价证券的年息票利率。"
|
|
38
|
+
},
|
|
39
|
+
"par": {
|
|
40
|
+
"name": "面值",
|
|
41
|
+
"detail": "有价证券的票面值。"
|
|
42
|
+
},
|
|
43
|
+
"frequency": {
|
|
44
|
+
"name": "频次",
|
|
45
|
+
"detail": "年付息次数。"
|
|
46
|
+
},
|
|
47
|
+
"basis": {
|
|
48
|
+
"name": "基准",
|
|
49
|
+
"detail": "要使用的日计数基准类型。"
|
|
50
|
+
},
|
|
51
|
+
"calcMethod": {
|
|
52
|
+
"name": "计算方法",
|
|
53
|
+
"detail": "是一个逻辑值:从发行日期开始的应计利息 = TRUE 或忽略;从最后票息支付日期开始计算 = FALSE。"
|
|
30
54
|
}
|
|
31
55
|
}
|
|
32
56
|
},
|
|
@@ -40,13 +64,25 @@
|
|
|
40
64
|
}
|
|
41
65
|
],
|
|
42
66
|
"functionParameter": {
|
|
43
|
-
"
|
|
44
|
-
"name": "
|
|
45
|
-
"detail": "
|
|
67
|
+
"issue": {
|
|
68
|
+
"name": "发行日",
|
|
69
|
+
"detail": "有价证券的发行日。"
|
|
46
70
|
},
|
|
47
|
-
"
|
|
48
|
-
"name": "
|
|
49
|
-
"detail": "
|
|
71
|
+
"settlement": {
|
|
72
|
+
"name": "到期日",
|
|
73
|
+
"detail": "有价证券的到期日。"
|
|
74
|
+
},
|
|
75
|
+
"rate": {
|
|
76
|
+
"name": "利率",
|
|
77
|
+
"detail": "有价证券的年息票利率。"
|
|
78
|
+
},
|
|
79
|
+
"par": {
|
|
80
|
+
"name": "面值",
|
|
81
|
+
"detail": "有价证券的票面值。"
|
|
82
|
+
},
|
|
83
|
+
"basis": {
|
|
84
|
+
"name": "基准",
|
|
85
|
+
"detail": "要使用的日计数基准类型。"
|
|
50
86
|
}
|
|
51
87
|
}
|
|
52
88
|
},
|
|
@@ -80,13 +116,33 @@
|
|
|
80
116
|
}
|
|
81
117
|
],
|
|
82
118
|
"functionParameter": {
|
|
83
|
-
"
|
|
84
|
-
"name": "
|
|
85
|
-
"detail": "
|
|
119
|
+
"cost": {
|
|
120
|
+
"name": "成本",
|
|
121
|
+
"detail": "资产原值。"
|
|
86
122
|
},
|
|
87
|
-
"
|
|
88
|
-
"name": "
|
|
89
|
-
"detail": "
|
|
123
|
+
"datePurchased": {
|
|
124
|
+
"name": "购买日期",
|
|
125
|
+
"detail": "购入资产的日期。"
|
|
126
|
+
},
|
|
127
|
+
"firstPeriod": {
|
|
128
|
+
"name": "首个期间",
|
|
129
|
+
"detail": "第一个期间结束时的日期。"
|
|
130
|
+
},
|
|
131
|
+
"salvage": {
|
|
132
|
+
"name": "残值",
|
|
133
|
+
"detail": "资产在使用寿命结束时的残值。"
|
|
134
|
+
},
|
|
135
|
+
"period": {
|
|
136
|
+
"name": "期间",
|
|
137
|
+
"detail": "期间。"
|
|
138
|
+
},
|
|
139
|
+
"rate": {
|
|
140
|
+
"name": "折旧率",
|
|
141
|
+
"detail": "折旧率。"
|
|
142
|
+
},
|
|
143
|
+
"basis": {
|
|
144
|
+
"name": "基准",
|
|
145
|
+
"detail": "要使用的年基准。"
|
|
90
146
|
}
|
|
91
147
|
}
|
|
92
148
|
},
|
|
@@ -100,13 +156,21 @@
|
|
|
100
156
|
}
|
|
101
157
|
],
|
|
102
158
|
"functionParameter": {
|
|
103
|
-
"
|
|
104
|
-
"name": "
|
|
105
|
-
"detail": "
|
|
159
|
+
"settlement": {
|
|
160
|
+
"name": "结算日",
|
|
161
|
+
"detail": "有价证券的结算日。"
|
|
106
162
|
},
|
|
107
|
-
"
|
|
108
|
-
"name": "
|
|
109
|
-
"detail": "
|
|
163
|
+
"maturity": {
|
|
164
|
+
"name": "到期日",
|
|
165
|
+
"detail": "有价证券的到期日。"
|
|
166
|
+
},
|
|
167
|
+
"frequency": {
|
|
168
|
+
"name": "频次",
|
|
169
|
+
"detail": "年付息次数。"
|
|
170
|
+
},
|
|
171
|
+
"basis": {
|
|
172
|
+
"name": "基准",
|
|
173
|
+
"detail": "要使用的日计数基准类型。"
|
|
110
174
|
}
|
|
111
175
|
}
|
|
112
176
|
},
|
|
@@ -120,13 +184,21 @@
|
|
|
120
184
|
}
|
|
121
185
|
],
|
|
122
186
|
"functionParameter": {
|
|
123
|
-
"
|
|
124
|
-
"name": "
|
|
125
|
-
"detail": "
|
|
187
|
+
"settlement": {
|
|
188
|
+
"name": "结算日",
|
|
189
|
+
"detail": "有价证券的结算日。"
|
|
126
190
|
},
|
|
127
|
-
"
|
|
128
|
-
"name": "
|
|
129
|
-
"detail": "
|
|
191
|
+
"maturity": {
|
|
192
|
+
"name": "到期日",
|
|
193
|
+
"detail": "有价证券的到期日。"
|
|
194
|
+
},
|
|
195
|
+
"frequency": {
|
|
196
|
+
"name": "频次",
|
|
197
|
+
"detail": "年付息次数。"
|
|
198
|
+
},
|
|
199
|
+
"basis": {
|
|
200
|
+
"name": "基准",
|
|
201
|
+
"detail": "要使用的日计数基准类型。"
|
|
130
202
|
}
|
|
131
203
|
}
|
|
132
204
|
},
|
|
@@ -140,13 +212,21 @@
|
|
|
140
212
|
}
|
|
141
213
|
],
|
|
142
214
|
"functionParameter": {
|
|
143
|
-
"
|
|
144
|
-
"name": "
|
|
145
|
-
"detail": "
|
|
215
|
+
"settlement": {
|
|
216
|
+
"name": "结算日",
|
|
217
|
+
"detail": "有价证券的结算日。"
|
|
146
218
|
},
|
|
147
|
-
"
|
|
148
|
-
"name": "
|
|
149
|
-
"detail": "
|
|
219
|
+
"maturity": {
|
|
220
|
+
"name": "到期日",
|
|
221
|
+
"detail": "有价证券的到期日。"
|
|
222
|
+
},
|
|
223
|
+
"frequency": {
|
|
224
|
+
"name": "频次",
|
|
225
|
+
"detail": "年付息次数。"
|
|
226
|
+
},
|
|
227
|
+
"basis": {
|
|
228
|
+
"name": "基准",
|
|
229
|
+
"detail": "要使用的日计数基准类型。"
|
|
150
230
|
}
|
|
151
231
|
}
|
|
152
232
|
},
|
|
@@ -160,13 +240,21 @@
|
|
|
160
240
|
}
|
|
161
241
|
],
|
|
162
242
|
"functionParameter": {
|
|
163
|
-
"
|
|
164
|
-
"name": "
|
|
165
|
-
"detail": "
|
|
243
|
+
"settlement": {
|
|
244
|
+
"name": "结算日",
|
|
245
|
+
"detail": "有价证券的结算日。"
|
|
166
246
|
},
|
|
167
|
-
"
|
|
168
|
-
"name": "
|
|
169
|
-
"detail": "
|
|
247
|
+
"maturity": {
|
|
248
|
+
"name": "到期日",
|
|
249
|
+
"detail": "有价证券的到期日。"
|
|
250
|
+
},
|
|
251
|
+
"frequency": {
|
|
252
|
+
"name": "频次",
|
|
253
|
+
"detail": "年付息次数。"
|
|
254
|
+
},
|
|
255
|
+
"basis": {
|
|
256
|
+
"name": "基准",
|
|
257
|
+
"detail": "要使用的日计数基准类型。"
|
|
170
258
|
}
|
|
171
259
|
}
|
|
172
260
|
},
|
|
@@ -180,13 +268,21 @@
|
|
|
180
268
|
}
|
|
181
269
|
],
|
|
182
270
|
"functionParameter": {
|
|
183
|
-
"
|
|
184
|
-
"name": "
|
|
185
|
-
"detail": "
|
|
271
|
+
"settlement": {
|
|
272
|
+
"name": "结算日",
|
|
273
|
+
"detail": "有价证券的结算日。"
|
|
186
274
|
},
|
|
187
|
-
"
|
|
188
|
-
"name": "
|
|
189
|
-
"detail": "
|
|
275
|
+
"maturity": {
|
|
276
|
+
"name": "到期日",
|
|
277
|
+
"detail": "有价证券的到期日。"
|
|
278
|
+
},
|
|
279
|
+
"frequency": {
|
|
280
|
+
"name": "频次",
|
|
281
|
+
"detail": "年付息次数。"
|
|
282
|
+
},
|
|
283
|
+
"basis": {
|
|
284
|
+
"name": "基准",
|
|
285
|
+
"detail": "要使用的日计数基准类型。"
|
|
190
286
|
}
|
|
191
287
|
}
|
|
192
288
|
},
|
|
@@ -200,13 +296,21 @@
|
|
|
200
296
|
}
|
|
201
297
|
],
|
|
202
298
|
"functionParameter": {
|
|
203
|
-
"
|
|
204
|
-
"name": "
|
|
205
|
-
"detail": "
|
|
299
|
+
"settlement": {
|
|
300
|
+
"name": "结算日",
|
|
301
|
+
"detail": "有价证券的结算日。"
|
|
206
302
|
},
|
|
207
|
-
"
|
|
208
|
-
"name": "
|
|
209
|
-
"detail": "
|
|
303
|
+
"maturity": {
|
|
304
|
+
"name": "到期日",
|
|
305
|
+
"detail": "有价证券的到期日。"
|
|
306
|
+
},
|
|
307
|
+
"frequency": {
|
|
308
|
+
"name": "频次",
|
|
309
|
+
"detail": "年付息次数。"
|
|
310
|
+
},
|
|
311
|
+
"basis": {
|
|
312
|
+
"name": "基准",
|
|
313
|
+
"detail": "要使用的日计数基准类型。"
|
|
210
314
|
}
|
|
211
315
|
}
|
|
212
316
|
},
|
|
@@ -220,13 +324,29 @@
|
|
|
220
324
|
}
|
|
221
325
|
],
|
|
222
326
|
"functionParameter": {
|
|
223
|
-
"
|
|
224
|
-
"name": "
|
|
225
|
-
"detail": "
|
|
327
|
+
"rate": {
|
|
328
|
+
"name": "利率",
|
|
329
|
+
"detail": "利率。"
|
|
226
330
|
},
|
|
227
|
-
"
|
|
228
|
-
"name": "
|
|
229
|
-
"detail": "
|
|
331
|
+
"nper": {
|
|
332
|
+
"name": "总期数",
|
|
333
|
+
"detail": "总付款期数。"
|
|
334
|
+
},
|
|
335
|
+
"pv": {
|
|
336
|
+
"name": "现值",
|
|
337
|
+
"detail": "现值。"
|
|
338
|
+
},
|
|
339
|
+
"startPeriod": {
|
|
340
|
+
"name": "首期",
|
|
341
|
+
"detail": "计算中的首期。付款期数从1开始计数。"
|
|
342
|
+
},
|
|
343
|
+
"endPeriod": {
|
|
344
|
+
"name": "末期",
|
|
345
|
+
"detail": "计算中的末期。"
|
|
346
|
+
},
|
|
347
|
+
"type": {
|
|
348
|
+
"name": "类型",
|
|
349
|
+
"detail": "付款时间类型。"
|
|
230
350
|
}
|
|
231
351
|
}
|
|
232
352
|
},
|
|
@@ -240,13 +360,29 @@
|
|
|
240
360
|
}
|
|
241
361
|
],
|
|
242
362
|
"functionParameter": {
|
|
243
|
-
"
|
|
244
|
-
"name": "
|
|
245
|
-
"detail": "
|
|
363
|
+
"rate": {
|
|
364
|
+
"name": "利率",
|
|
365
|
+
"detail": "利率。"
|
|
246
366
|
},
|
|
247
|
-
"
|
|
248
|
-
"name": "
|
|
249
|
-
"detail": "
|
|
367
|
+
"nper": {
|
|
368
|
+
"name": "总期数",
|
|
369
|
+
"detail": "总付款期数。"
|
|
370
|
+
},
|
|
371
|
+
"pv": {
|
|
372
|
+
"name": "现值",
|
|
373
|
+
"detail": "现值。"
|
|
374
|
+
},
|
|
375
|
+
"startPeriod": {
|
|
376
|
+
"name": "首期",
|
|
377
|
+
"detail": "计算中的首期。付款期数从1开始计数。"
|
|
378
|
+
},
|
|
379
|
+
"endPeriod": {
|
|
380
|
+
"name": "末期",
|
|
381
|
+
"detail": "计算中的末期。"
|
|
382
|
+
},
|
|
383
|
+
"type": {
|
|
384
|
+
"name": "类型",
|
|
385
|
+
"detail": "付款时间类型。"
|
|
250
386
|
}
|
|
251
387
|
}
|
|
252
388
|
},
|
|
@@ -260,13 +396,25 @@
|
|
|
260
396
|
}
|
|
261
397
|
],
|
|
262
398
|
"functionParameter": {
|
|
263
|
-
"
|
|
264
|
-
"name": "
|
|
265
|
-
"detail": "
|
|
399
|
+
"cost": {
|
|
400
|
+
"name": "成本",
|
|
401
|
+
"detail": "资产原值。"
|
|
266
402
|
},
|
|
267
|
-
"
|
|
268
|
-
"name": "
|
|
269
|
-
"detail": "
|
|
403
|
+
"salvage": {
|
|
404
|
+
"name": "残值",
|
|
405
|
+
"detail": "折旧末尾时的值(有时也称为资产残值)。"
|
|
406
|
+
},
|
|
407
|
+
"life": {
|
|
408
|
+
"name": "使用寿命",
|
|
409
|
+
"detail": "资产的折旧期数(有时也称作资产的使用寿命)。"
|
|
410
|
+
},
|
|
411
|
+
"period": {
|
|
412
|
+
"name": "期间",
|
|
413
|
+
"detail": "您要计算折旧的时期。"
|
|
414
|
+
},
|
|
415
|
+
"month": {
|
|
416
|
+
"name": "月份",
|
|
417
|
+
"detail": "第一年的月份数。如果省略月份,则假定其值为12。"
|
|
270
418
|
}
|
|
271
419
|
}
|
|
272
420
|
},
|
|
@@ -280,13 +428,25 @@
|
|
|
280
428
|
}
|
|
281
429
|
],
|
|
282
430
|
"functionParameter": {
|
|
283
|
-
"
|
|
284
|
-
"name": "
|
|
285
|
-
"detail": "
|
|
431
|
+
"cost": {
|
|
432
|
+
"name": "成本",
|
|
433
|
+
"detail": "资产原值。"
|
|
286
434
|
},
|
|
287
|
-
"
|
|
288
|
-
"name": "
|
|
289
|
-
"detail": "
|
|
435
|
+
"salvage": {
|
|
436
|
+
"name": "残值",
|
|
437
|
+
"detail": "折旧末尾时的值(有时也称为资产残值)。"
|
|
438
|
+
},
|
|
439
|
+
"life": {
|
|
440
|
+
"name": "使用寿命",
|
|
441
|
+
"detail": "资产的折旧期数(有时也称作资产的使用寿命)。"
|
|
442
|
+
},
|
|
443
|
+
"period": {
|
|
444
|
+
"name": "期间",
|
|
445
|
+
"detail": "您要计算折旧的时期。"
|
|
446
|
+
},
|
|
447
|
+
"factor": {
|
|
448
|
+
"name": "速率",
|
|
449
|
+
"detail": "余额递减速率。如果省略影响因素,则假定为2(双倍余额递减法)。"
|
|
290
450
|
}
|
|
291
451
|
}
|
|
292
452
|
},
|
|
@@ -300,13 +460,25 @@
|
|
|
300
460
|
}
|
|
301
461
|
],
|
|
302
462
|
"functionParameter": {
|
|
303
|
-
"
|
|
304
|
-
"name": "
|
|
305
|
-
"detail": "
|
|
463
|
+
"settlement": {
|
|
464
|
+
"name": "结算日",
|
|
465
|
+
"detail": "有价证券的结算日。"
|
|
306
466
|
},
|
|
307
|
-
"
|
|
308
|
-
"name": "
|
|
309
|
-
"detail": "
|
|
467
|
+
"maturity": {
|
|
468
|
+
"name": "到期日",
|
|
469
|
+
"detail": "有价证券的到期日。"
|
|
470
|
+
},
|
|
471
|
+
"pr": {
|
|
472
|
+
"name": "价格",
|
|
473
|
+
"detail": "有价证券的价格(按面值为¥100计算)。"
|
|
474
|
+
},
|
|
475
|
+
"redemption": {
|
|
476
|
+
"name": "清偿价",
|
|
477
|
+
"detail": "面值¥100的有价证券的清偿价值。"
|
|
478
|
+
},
|
|
479
|
+
"basis": {
|
|
480
|
+
"name": "基准",
|
|
481
|
+
"detail": "要使用的日计数基准类型。"
|
|
310
482
|
}
|
|
311
483
|
}
|
|
312
484
|
},
|
|
@@ -320,13 +492,13 @@
|
|
|
320
492
|
}
|
|
321
493
|
],
|
|
322
494
|
"functionParameter": {
|
|
323
|
-
"
|
|
324
|
-
"name": "
|
|
325
|
-
"detail": "
|
|
495
|
+
"fractionalDollar": {
|
|
496
|
+
"name": "分数",
|
|
497
|
+
"detail": "以整数部份和分数部分表示的数字,用小数点隔开。"
|
|
326
498
|
},
|
|
327
|
-
"
|
|
328
|
-
"name": "
|
|
329
|
-
"detail": "
|
|
499
|
+
"fraction": {
|
|
500
|
+
"name": "分母",
|
|
501
|
+
"detail": "用作分数中的分母的整数。"
|
|
330
502
|
}
|
|
331
503
|
}
|
|
332
504
|
},
|
|
@@ -340,13 +512,13 @@
|
|
|
340
512
|
}
|
|
341
513
|
],
|
|
342
514
|
"functionParameter": {
|
|
343
|
-
"
|
|
344
|
-
"name": "
|
|
345
|
-
"detail": "
|
|
515
|
+
"decimalDollar": {
|
|
516
|
+
"name": "小数",
|
|
517
|
+
"detail": "小数。"
|
|
346
518
|
},
|
|
347
|
-
"
|
|
348
|
-
"name": "
|
|
349
|
-
"detail": "
|
|
519
|
+
"fraction": {
|
|
520
|
+
"name": "分母",
|
|
521
|
+
"detail": "用作分数中的分母的整数。"
|
|
350
522
|
}
|
|
351
523
|
}
|
|
352
524
|
},
|
|
@@ -380,13 +552,13 @@
|
|
|
380
552
|
}
|
|
381
553
|
],
|
|
382
554
|
"functionParameter": {
|
|
383
|
-
"
|
|
384
|
-
"name": "
|
|
385
|
-
"detail": "
|
|
555
|
+
"nominalRate": {
|
|
556
|
+
"name": "名义利率",
|
|
557
|
+
"detail": "名义利率。"
|
|
386
558
|
},
|
|
387
|
-
"
|
|
388
|
-
"name": "
|
|
389
|
-
"detail": "
|
|
559
|
+
"npery": {
|
|
560
|
+
"name": "期数",
|
|
561
|
+
"detail": "每年的复利期数。"
|
|
390
562
|
}
|
|
391
563
|
}
|
|
392
564
|
},
|
|
@@ -400,13 +572,25 @@
|
|
|
400
572
|
}
|
|
401
573
|
],
|
|
402
574
|
"functionParameter": {
|
|
403
|
-
"
|
|
404
|
-
"name": "
|
|
405
|
-
"detail": "
|
|
575
|
+
"rate": {
|
|
576
|
+
"name": "利率",
|
|
577
|
+
"detail": "各期利率。"
|
|
406
578
|
},
|
|
407
|
-
"
|
|
408
|
-
"name": "
|
|
409
|
-
"detail": "
|
|
579
|
+
"nper": {
|
|
580
|
+
"name": "总期数",
|
|
581
|
+
"detail": "年金的付款总期数。"
|
|
582
|
+
},
|
|
583
|
+
"pmt": {
|
|
584
|
+
"name": "金额",
|
|
585
|
+
"detail": "各期所应支付的金额,在整个年金期间保持不变。"
|
|
586
|
+
},
|
|
587
|
+
"pv": {
|
|
588
|
+
"name": "现值",
|
|
589
|
+
"detail": "现值,或一系列未来付款的当前值的累积和。"
|
|
590
|
+
},
|
|
591
|
+
"type": {
|
|
592
|
+
"name": "类型",
|
|
593
|
+
"detail": "数字0或1,用以指定各期的付款时间是在期初还是期末。"
|
|
410
594
|
}
|
|
411
595
|
}
|
|
412
596
|
},
|
|
@@ -420,13 +604,13 @@
|
|
|
420
604
|
}
|
|
421
605
|
],
|
|
422
606
|
"functionParameter": {
|
|
423
|
-
"
|
|
424
|
-
"name": "
|
|
425
|
-
"detail": "
|
|
607
|
+
"principal": {
|
|
608
|
+
"name": "本金",
|
|
609
|
+
"detail": "现值。"
|
|
426
610
|
},
|
|
427
|
-
"
|
|
428
|
-
"name": "
|
|
429
|
-
"detail": "
|
|
611
|
+
"schedule": {
|
|
612
|
+
"name": "利率数组",
|
|
613
|
+
"detail": "要应用的利率数组。"
|
|
430
614
|
}
|
|
431
615
|
}
|
|
432
616
|
},
|
|
@@ -440,13 +624,25 @@
|
|
|
440
624
|
}
|
|
441
625
|
],
|
|
442
626
|
"functionParameter": {
|
|
443
|
-
"
|
|
444
|
-
"name": "
|
|
445
|
-
"detail": "
|
|
627
|
+
"settlement": {
|
|
628
|
+
"name": "结算日",
|
|
629
|
+
"detail": "有价证券的结算日。"
|
|
446
630
|
},
|
|
447
|
-
"
|
|
448
|
-
"name": "
|
|
449
|
-
"detail": "
|
|
631
|
+
"maturity": {
|
|
632
|
+
"name": "到期日",
|
|
633
|
+
"detail": "有价证券的到期日。"
|
|
634
|
+
},
|
|
635
|
+
"investment": {
|
|
636
|
+
"name": "投资额",
|
|
637
|
+
"detail": "有价证券的投资额。"
|
|
638
|
+
},
|
|
639
|
+
"redemption": {
|
|
640
|
+
"name": "清偿价",
|
|
641
|
+
"detail": "有价证券到期时的兑换值。"
|
|
642
|
+
},
|
|
643
|
+
"basis": {
|
|
644
|
+
"name": "基准",
|
|
645
|
+
"detail": "要使用的日计数基准类型。"
|
|
450
646
|
}
|
|
451
647
|
}
|
|
452
648
|
},
|
|
@@ -460,13 +656,29 @@
|
|
|
460
656
|
}
|
|
461
657
|
],
|
|
462
658
|
"functionParameter": {
|
|
463
|
-
"
|
|
464
|
-
"name": "
|
|
465
|
-
"detail": "
|
|
659
|
+
"rate": {
|
|
660
|
+
"name": "利率",
|
|
661
|
+
"detail": "各期利率。"
|
|
466
662
|
},
|
|
467
|
-
"
|
|
468
|
-
"name": "
|
|
469
|
-
"detail": "
|
|
663
|
+
"per": {
|
|
664
|
+
"name": "期数",
|
|
665
|
+
"detail": "用于计算其利息数额的期数,必须在1到nper之间。"
|
|
666
|
+
},
|
|
667
|
+
"nper": {
|
|
668
|
+
"name": "总期数",
|
|
669
|
+
"detail": "年金的付款总期数。"
|
|
670
|
+
},
|
|
671
|
+
"pv": {
|
|
672
|
+
"name": "现值",
|
|
673
|
+
"detail": "现值,或一系列未来付款的当前值的累积和。"
|
|
674
|
+
},
|
|
675
|
+
"fv": {
|
|
676
|
+
"name": "余额",
|
|
677
|
+
"detail": "未来值,或在最后一次付款后希望得到的现金余额。"
|
|
678
|
+
},
|
|
679
|
+
"type": {
|
|
680
|
+
"name": "类型",
|
|
681
|
+
"detail": "数字0或1,用以指定各期的付款时间是在期初还是期末。"
|
|
470
682
|
}
|
|
471
683
|
}
|
|
472
684
|
},
|
|
@@ -500,13 +712,21 @@
|
|
|
500
712
|
}
|
|
501
713
|
],
|
|
502
714
|
"functionParameter": {
|
|
503
|
-
"
|
|
504
|
-
"name": "
|
|
505
|
-
"detail": "
|
|
715
|
+
"rate": {
|
|
716
|
+
"name": "利率",
|
|
717
|
+
"detail": "投资的利率。"
|
|
506
718
|
},
|
|
507
|
-
"
|
|
508
|
-
"name": "
|
|
509
|
-
"detail": "
|
|
719
|
+
"per": {
|
|
720
|
+
"name": "期数",
|
|
721
|
+
"detail": "要查找兴趣的时间段,并且必须介于1和Nper之间。"
|
|
722
|
+
},
|
|
723
|
+
"nper": {
|
|
724
|
+
"name": "总期数",
|
|
725
|
+
"detail": "投资的总支付期数。"
|
|
726
|
+
},
|
|
727
|
+
"pv": {
|
|
728
|
+
"name": "现值",
|
|
729
|
+
"detail": "投资的现值。对于贷款,Pv是贷款金额。"
|
|
510
730
|
}
|
|
511
731
|
}
|
|
512
732
|
},
|
|
@@ -560,13 +780,13 @@
|
|
|
560
780
|
}
|
|
561
781
|
],
|
|
562
782
|
"functionParameter": {
|
|
563
|
-
"
|
|
564
|
-
"name": "
|
|
565
|
-
"detail": "
|
|
783
|
+
"effectRate": {
|
|
784
|
+
"name": "实际利率",
|
|
785
|
+
"detail": "实际利率。"
|
|
566
786
|
},
|
|
567
|
-
"
|
|
568
|
-
"name": "
|
|
569
|
-
"detail": "
|
|
787
|
+
"npery": {
|
|
788
|
+
"name": "期数",
|
|
789
|
+
"detail": "每年的复利期数。"
|
|
570
790
|
}
|
|
571
791
|
}
|
|
572
792
|
},
|
|
@@ -580,13 +800,25 @@
|
|
|
580
800
|
}
|
|
581
801
|
],
|
|
582
802
|
"functionParameter": {
|
|
583
|
-
"
|
|
584
|
-
"name": "
|
|
585
|
-
"detail": "
|
|
803
|
+
"rate": {
|
|
804
|
+
"name": "利率",
|
|
805
|
+
"detail": "各期利率。"
|
|
586
806
|
},
|
|
587
|
-
"
|
|
588
|
-
"name": "
|
|
589
|
-
"detail": "
|
|
807
|
+
"pmt": {
|
|
808
|
+
"name": "金额",
|
|
809
|
+
"detail": "各期所应支付的金额,在整个年金期间保持不变。"
|
|
810
|
+
},
|
|
811
|
+
"pv": {
|
|
812
|
+
"name": "现值",
|
|
813
|
+
"detail": "现值,或一系列未来付款的当前值的累积和。"
|
|
814
|
+
},
|
|
815
|
+
"fv": {
|
|
816
|
+
"name": "余额",
|
|
817
|
+
"detail": "未来值,或在最后一次付款后希望得到的现金余额。"
|
|
818
|
+
},
|
|
819
|
+
"type": {
|
|
820
|
+
"name": "类型",
|
|
821
|
+
"detail": "数字0或1,用以指定各期的付款时间是在期初还是期末。"
|
|
590
822
|
}
|
|
591
823
|
}
|
|
592
824
|
},
|
|
@@ -720,13 +952,25 @@
|
|
|
720
952
|
}
|
|
721
953
|
],
|
|
722
954
|
"functionParameter": {
|
|
723
|
-
"
|
|
724
|
-
"name": "
|
|
725
|
-
"detail": "
|
|
955
|
+
"rate": {
|
|
956
|
+
"name": "利率",
|
|
957
|
+
"detail": "各期利率。"
|
|
726
958
|
},
|
|
727
|
-
"
|
|
728
|
-
"name": "
|
|
729
|
-
"detail": "
|
|
959
|
+
"nper": {
|
|
960
|
+
"name": "总期数",
|
|
961
|
+
"detail": "年金的付款总期数。"
|
|
962
|
+
},
|
|
963
|
+
"pv": {
|
|
964
|
+
"name": "现值",
|
|
965
|
+
"detail": "现值,或一系列未来付款的当前值的累积和。"
|
|
966
|
+
},
|
|
967
|
+
"fv": {
|
|
968
|
+
"name": "余额",
|
|
969
|
+
"detail": "未来值,或在最后一次付款后希望得到的现金余额。"
|
|
970
|
+
},
|
|
971
|
+
"type": {
|
|
972
|
+
"name": "类型",
|
|
973
|
+
"detail": "数字0或1,用以指定各期的付款时间是在期初还是期末。"
|
|
730
974
|
}
|
|
731
975
|
}
|
|
732
976
|
},
|
|
@@ -740,13 +984,29 @@
|
|
|
740
984
|
}
|
|
741
985
|
],
|
|
742
986
|
"functionParameter": {
|
|
743
|
-
"
|
|
744
|
-
"name": "
|
|
745
|
-
"detail": "
|
|
987
|
+
"rate": {
|
|
988
|
+
"name": "利率",
|
|
989
|
+
"detail": "各期利率。"
|
|
746
990
|
},
|
|
747
|
-
"
|
|
748
|
-
"name": "
|
|
749
|
-
"detail": "
|
|
991
|
+
"per": {
|
|
992
|
+
"name": "期数",
|
|
993
|
+
"detail": "用于计算其利息数额的期数,必须在1到nper之间。"
|
|
994
|
+
},
|
|
995
|
+
"nper": {
|
|
996
|
+
"name": "总期数",
|
|
997
|
+
"detail": "年金的付款总期数。"
|
|
998
|
+
},
|
|
999
|
+
"pv": {
|
|
1000
|
+
"name": "现值",
|
|
1001
|
+
"detail": "现值,或一系列未来付款的当前值的累积和。"
|
|
1002
|
+
},
|
|
1003
|
+
"fv": {
|
|
1004
|
+
"name": "余额",
|
|
1005
|
+
"detail": "未来值,或在最后一次付款后希望得到的现金余额。"
|
|
1006
|
+
},
|
|
1007
|
+
"type": {
|
|
1008
|
+
"name": "类型",
|
|
1009
|
+
"detail": "数字0或1,用以指定各期的付款时间是在期初还是期末。"
|
|
750
1010
|
}
|
|
751
1011
|
}
|
|
752
1012
|
},
|
|
@@ -820,13 +1080,25 @@
|
|
|
820
1080
|
}
|
|
821
1081
|
],
|
|
822
1082
|
"functionParameter": {
|
|
823
|
-
"
|
|
824
|
-
"name": "
|
|
825
|
-
"detail": "
|
|
1083
|
+
"rate": {
|
|
1084
|
+
"name": "利率",
|
|
1085
|
+
"detail": "各期利率。"
|
|
826
1086
|
},
|
|
827
|
-
"
|
|
828
|
-
"name": "
|
|
829
|
-
"detail": "
|
|
1087
|
+
"nper": {
|
|
1088
|
+
"name": "总期数",
|
|
1089
|
+
"detail": "年金的付款总期数。"
|
|
1090
|
+
},
|
|
1091
|
+
"pmt": {
|
|
1092
|
+
"name": "金额",
|
|
1093
|
+
"detail": "各期所应支付的金额,在整个年金期间保持不变。"
|
|
1094
|
+
},
|
|
1095
|
+
"fv": {
|
|
1096
|
+
"name": "余额",
|
|
1097
|
+
"detail": "未来值,或在最后一次付款后希望得到的现金余额。"
|
|
1098
|
+
},
|
|
1099
|
+
"type": {
|
|
1100
|
+
"name": "类型",
|
|
1101
|
+
"detail": "数字0或1,用以指定各期的付款时间是在期初还是期末。"
|
|
830
1102
|
}
|
|
831
1103
|
}
|
|
832
1104
|
},
|
|
@@ -840,13 +1112,29 @@
|
|
|
840
1112
|
}
|
|
841
1113
|
],
|
|
842
1114
|
"functionParameter": {
|
|
843
|
-
"
|
|
844
|
-
"name": "
|
|
845
|
-
"detail": "
|
|
1115
|
+
"nper": {
|
|
1116
|
+
"name": "总期数",
|
|
1117
|
+
"detail": "年金的付款总期数。"
|
|
846
1118
|
},
|
|
847
|
-
"
|
|
848
|
-
"name": "
|
|
849
|
-
"detail": "
|
|
1119
|
+
"pmt": {
|
|
1120
|
+
"name": "金额",
|
|
1121
|
+
"detail": "各期所应支付的金额,在整个年金期间保持不变。"
|
|
1122
|
+
},
|
|
1123
|
+
"pv": {
|
|
1124
|
+
"name": "现值",
|
|
1125
|
+
"detail": "现值,或一系列未来付款的当前值的累积和。"
|
|
1126
|
+
},
|
|
1127
|
+
"fv": {
|
|
1128
|
+
"name": "余额",
|
|
1129
|
+
"detail": "未来值,或在最后一次付款后希望得到的现金余额。"
|
|
1130
|
+
},
|
|
1131
|
+
"type": {
|
|
1132
|
+
"name": "类型",
|
|
1133
|
+
"detail": "数字0或1,用以指定各期的付款时间是在期初还是期末。"
|
|
1134
|
+
},
|
|
1135
|
+
"guess": {
|
|
1136
|
+
"name": "猜测值",
|
|
1137
|
+
"detail": "预期利率。"
|
|
850
1138
|
}
|
|
851
1139
|
}
|
|
852
1140
|
},
|
|
@@ -1350,15 +1638,15 @@
|
|
|
1350
1638
|
"functionParameter": {
|
|
1351
1639
|
"startDate": {
|
|
1352
1640
|
"name": "开始日期",
|
|
1353
|
-
"detail": "
|
|
1641
|
+
"detail": "一个代表开始日期的日期。"
|
|
1354
1642
|
},
|
|
1355
1643
|
"endDate": {
|
|
1356
1644
|
"name": "终止日期",
|
|
1357
|
-
"detail": "
|
|
1645
|
+
"detail": "一个代表终止日期的日期。"
|
|
1358
1646
|
},
|
|
1359
1647
|
"holidays": {
|
|
1360
|
-
"name": "
|
|
1361
|
-
"detail": "
|
|
1648
|
+
"name": "假期",
|
|
1649
|
+
"detail": "不在工作日历中的一个或多个日期所构成的可选区域。"
|
|
1362
1650
|
}
|
|
1363
1651
|
}
|
|
1364
1652
|
},
|
|
@@ -1374,19 +1662,19 @@
|
|
|
1374
1662
|
"functionParameter": {
|
|
1375
1663
|
"startDate": {
|
|
1376
1664
|
"name": "开始日期",
|
|
1377
|
-
"detail": "
|
|
1665
|
+
"detail": "一个代表开始日期的日期。"
|
|
1378
1666
|
},
|
|
1379
1667
|
"endDate": {
|
|
1380
1668
|
"name": "终止日期",
|
|
1381
|
-
"detail": "
|
|
1669
|
+
"detail": "一个代表终止日期的日期。"
|
|
1382
1670
|
},
|
|
1383
1671
|
"weekend": {
|
|
1384
1672
|
"name": "周末",
|
|
1385
|
-
"detail": "
|
|
1673
|
+
"detail": "是一个用于指定周末日的周末数字或字符串。"
|
|
1386
1674
|
},
|
|
1387
1675
|
"holidays": {
|
|
1388
|
-
"name": "
|
|
1389
|
-
"detail": "
|
|
1676
|
+
"name": "假期",
|
|
1677
|
+
"detail": "不在工作日历中的一个或多个日期所构成的可选区域。"
|
|
1390
1678
|
}
|
|
1391
1679
|
}
|
|
1392
1680
|
},
|
|
@@ -1452,8 +1740,8 @@
|
|
|
1452
1740
|
],
|
|
1453
1741
|
"functionParameter": {
|
|
1454
1742
|
"timeText": {
|
|
1455
|
-
"name": "
|
|
1456
|
-
"detail": "
|
|
1743
|
+
"name": "时间文本",
|
|
1744
|
+
"detail": "一个文本字符串,代表以任一时间格式表示的时间(例如,代表时间的具有引号的文本字符串 \"6:45 PM\" 和 \"18:45\")。"
|
|
1457
1745
|
}
|
|
1458
1746
|
}
|
|
1459
1747
|
},
|
|
@@ -1527,7 +1815,7 @@
|
|
|
1527
1815
|
"detail": "开始日期之前或之后不含周末及节假日的天数。为正值将生成未来日期;为负值生成过去日期。"
|
|
1528
1816
|
},
|
|
1529
1817
|
"holidays": {
|
|
1530
|
-
"name": "
|
|
1818
|
+
"name": "假期",
|
|
1531
1819
|
"detail": "不在工作日历中的一个或多个日期所构成的可选区域。"
|
|
1532
1820
|
}
|
|
1533
1821
|
}
|
|
@@ -1555,7 +1843,7 @@
|
|
|
1555
1843
|
"detail": "是一个用于指定周末日的周末数字或字符串"
|
|
1556
1844
|
},
|
|
1557
1845
|
"holidays": {
|
|
1558
|
-
"name": "
|
|
1846
|
+
"name": "假期",
|
|
1559
1847
|
"detail": "不在工作日历中的一个或多个日期所构成的可选区域。"
|
|
1560
1848
|
}
|
|
1561
1849
|
}
|
|
@@ -1660,7 +1948,7 @@
|
|
|
1660
1948
|
"functionParameter": {
|
|
1661
1949
|
"number": {
|
|
1662
1950
|
"name": "数值",
|
|
1663
|
-
"detail": "
|
|
1951
|
+
"detail": "数字是需要的角度的正切值。 这必须是实数。"
|
|
1664
1952
|
}
|
|
1665
1953
|
}
|
|
1666
1954
|
},
|
|
@@ -1676,7 +1964,7 @@
|
|
|
1676
1964
|
"functionParameter": {
|
|
1677
1965
|
"number": {
|
|
1678
1966
|
"name": "数值",
|
|
1679
|
-
"detail": "
|
|
1967
|
+
"detail": "数字的绝对值必须大于 1。"
|
|
1680
1968
|
}
|
|
1681
1969
|
}
|
|
1682
1970
|
},
|
|
@@ -1816,15 +2104,15 @@
|
|
|
1816
2104
|
"functionParameter": {
|
|
1817
2105
|
"number": {
|
|
1818
2106
|
"name": "数值",
|
|
1819
|
-
"detail": "
|
|
2107
|
+
"detail": "要转换的数字。必须是大于或等于 0 且小于 2^53 的整数。"
|
|
1820
2108
|
},
|
|
1821
2109
|
"radix": {
|
|
1822
2110
|
"name": "基数",
|
|
1823
|
-
"detail": "
|
|
2111
|
+
"detail": "要将数字转换为的基数。必须是大于或等于 2 且小于或等于 36 的整数。"
|
|
1824
2112
|
},
|
|
1825
2113
|
"minLength": {
|
|
1826
2114
|
"name": "最小长度",
|
|
1827
|
-
"detail": "
|
|
2115
|
+
"detail": "返回的字符串的最小长度。必须是大于或等于 0 的整数。"
|
|
1828
2116
|
}
|
|
1829
2117
|
}
|
|
1830
2118
|
},
|
|
@@ -2182,7 +2470,7 @@
|
|
|
2182
2470
|
},
|
|
2183
2471
|
"FLOOR_PRECISE": {
|
|
2184
2472
|
"description": "将数字向下舍入为最接近的整数或最接近的指定基数的倍数。 无论该数字的符号如何,该数字都向下舍入。",
|
|
2185
|
-
"abstract": "将数字向下舍入为最接近的整数或最接近的指定基数的倍数。
|
|
2473
|
+
"abstract": "将数字向下舍入为最接近的整数或最接近的指定基数的倍数。",
|
|
2186
2474
|
"links": [
|
|
2187
2475
|
{
|
|
2188
2476
|
"title": "教学",
|
|
@@ -2290,13 +2578,25 @@
|
|
|
2290
2578
|
}
|
|
2291
2579
|
],
|
|
2292
2580
|
"functionParameter": {
|
|
2293
|
-
"
|
|
2294
|
-
"name": "
|
|
2295
|
-
"detail": "
|
|
2581
|
+
"name1": {
|
|
2582
|
+
"name": "名称1",
|
|
2583
|
+
"detail": "要分配的第一个名称。必须以字母开头。不能是公式的输出,也不能与范围语法冲突。"
|
|
2296
2584
|
},
|
|
2297
|
-
"
|
|
2298
|
-
"name": "
|
|
2299
|
-
"detail": "
|
|
2585
|
+
"nameValue1": {
|
|
2586
|
+
"name": "值1",
|
|
2587
|
+
"detail": "分配给 name1 的值。"
|
|
2588
|
+
},
|
|
2589
|
+
"calculationOrName2": {
|
|
2590
|
+
"name": "计算或名称2",
|
|
2591
|
+
"detail": "下列任一项:\n1.使用 LET 函数中的所有名称的计算。这必须是 LET 函数中的最后一个参数。\n2.分配给第二个 name_value 的第二个名称。如果指定了名称,则 name_value2 和 calculation_or_name3 是必需的。"
|
|
2592
|
+
},
|
|
2593
|
+
"nameValue2": {
|
|
2594
|
+
"name": "值2",
|
|
2595
|
+
"detail": "分配给 calculation_or_name2 的值。"
|
|
2596
|
+
},
|
|
2597
|
+
"calculationOrName3": {
|
|
2598
|
+
"name": "计算或名称3",
|
|
2599
|
+
"detail": "下列任一项:\n1.使用 LET 函数中的所有名称的计算。LET 函数中的最后一个参数必须是一个计算。\n2.分配给第三个 name_value 的第三个名称。如果指定了名称,则 name_value3 和 calculation_or_name4 是必需的。"
|
|
2300
2600
|
}
|
|
2301
2601
|
}
|
|
2302
2602
|
},
|
|
@@ -2530,8 +2830,8 @@
|
|
|
2530
2830
|
],
|
|
2531
2831
|
"functionParameter": {
|
|
2532
2832
|
"number": {
|
|
2533
|
-
"name": "
|
|
2534
|
-
"detail": "
|
|
2833
|
+
"name": "数值",
|
|
2834
|
+
"detail": "基数。可为任意实数。"
|
|
2535
2835
|
},
|
|
2536
2836
|
"power": {
|
|
2537
2837
|
"name": "指数",
|
|
@@ -2607,8 +2907,8 @@
|
|
|
2607
2907
|
"functionParameter": {}
|
|
2608
2908
|
},
|
|
2609
2909
|
"RANDARRAY": {
|
|
2610
|
-
"description": "RANDARRAY 函数返回 0 和 1
|
|
2611
|
-
"abstract": "RANDARRAY 函数返回 0 和 1 之间的随机数字数组。
|
|
2910
|
+
"description": "RANDARRAY 函数返回 0 和 1 之间的随机数字数组。但是,你可以指定要填充的行数和列数、最小值和最大值,以及是否返回整个数字或小数值。",
|
|
2911
|
+
"abstract": "RANDARRAY 函数返回 0 和 1 之间的随机数字数组。",
|
|
2612
2912
|
"links": [
|
|
2613
2913
|
{
|
|
2614
2914
|
"title": "教学",
|
|
@@ -2963,8 +3263,8 @@
|
|
|
2963
3263
|
}
|
|
2964
3264
|
},
|
|
2965
3265
|
"SUMIFS": {
|
|
2966
|
-
"description": "
|
|
2967
|
-
"abstract": "
|
|
3266
|
+
"description": "用于计算其满足多个条件的全部参数的总量。",
|
|
3267
|
+
"abstract": "用于计算其满足多个条件的全部参数的总量。",
|
|
2968
3268
|
"links": [
|
|
2969
3269
|
{
|
|
2970
3270
|
"title": "教学",
|
|
@@ -5452,13 +5752,9 @@
|
|
|
5452
5752
|
}
|
|
5453
5753
|
],
|
|
5454
5754
|
"functionParameter": {
|
|
5455
|
-
"
|
|
5456
|
-
"name": "
|
|
5457
|
-
"detail": "
|
|
5458
|
-
},
|
|
5459
|
-
"number2": {
|
|
5460
|
-
"name": "number2",
|
|
5461
|
-
"detail": "second"
|
|
5755
|
+
"reference": {
|
|
5756
|
+
"name": "引用",
|
|
5757
|
+
"detail": "对某个单元格或单元格区域的引用,可包含多个区域。"
|
|
5462
5758
|
}
|
|
5463
5759
|
}
|
|
5464
5760
|
},
|
|
@@ -5770,7 +6066,7 @@
|
|
|
5770
6066
|
"functionParameter": {
|
|
5771
6067
|
"reference": {
|
|
5772
6068
|
"name": "引用",
|
|
5773
|
-
"detail": "
|
|
6069
|
+
"detail": "对一个或多个单元格区域的引用。"
|
|
5774
6070
|
},
|
|
5775
6071
|
"rowNum": {
|
|
5776
6072
|
"name": "行号",
|
|
@@ -5782,7 +6078,7 @@
|
|
|
5782
6078
|
},
|
|
5783
6079
|
"areaNum": {
|
|
5784
6080
|
"name": "区域编号",
|
|
5785
|
-
"detail": "
|
|
6081
|
+
"detail": "选择要返回行号和列号的交叉点的引用区域。"
|
|
5786
6082
|
}
|
|
5787
6083
|
}
|
|
5788
6084
|
},
|
|
@@ -5798,11 +6094,11 @@
|
|
|
5798
6094
|
"functionParameter": {
|
|
5799
6095
|
"refText": {
|
|
5800
6096
|
"name": "引用文本",
|
|
5801
|
-
"detail": "对包含 A1 样式引用、R1C1 样式引用、定义为引用的名称或作为文本字符串引用的单元格的引用的引用。
|
|
6097
|
+
"detail": "对包含 A1 样式引用、R1C1 样式引用、定义为引用的名称或作为文本字符串引用的单元格的引用的引用。"
|
|
5802
6098
|
},
|
|
5803
6099
|
"a1": {
|
|
5804
6100
|
"name": "引用类型",
|
|
5805
|
-
"detail": "
|
|
6101
|
+
"detail": "一个逻辑值,用于指定包含在单元格引用文本中的引用的类型。"
|
|
5806
6102
|
}
|
|
5807
6103
|
}
|
|
5808
6104
|
},
|
|
@@ -5831,7 +6127,7 @@
|
|
|
5831
6127
|
}
|
|
5832
6128
|
},
|
|
5833
6129
|
"MATCH": {
|
|
5834
|
-
"description": "使用 MATCH 函数在 范围 单元格中搜索特定的项,然后返回该项在此区域中的相对位置。
|
|
6130
|
+
"description": "使用 MATCH 函数在 范围 单元格中搜索特定的项,然后返回该项在此区域中的相对位置。",
|
|
5835
6131
|
"abstract": "在引用或数组中查找值",
|
|
5836
6132
|
"links": [
|
|
5837
6133
|
{
|
|
@@ -5842,7 +6138,7 @@
|
|
|
5842
6138
|
"functionParameter": {
|
|
5843
6139
|
"lookupValue": {
|
|
5844
6140
|
"name": "查找值",
|
|
5845
|
-
"detail": "要在 lookup_array 中匹配的值。
|
|
6141
|
+
"detail": "要在 lookup_array 中匹配的值。"
|
|
5846
6142
|
},
|
|
5847
6143
|
"lookupArray": {
|
|
5848
6144
|
"name": "搜索区域",
|
|
@@ -5850,7 +6146,7 @@
|
|
|
5850
6146
|
},
|
|
5851
6147
|
"matchType": {
|
|
5852
6148
|
"name": "匹配类型",
|
|
5853
|
-
"detail": "数字 -1、0 或 1。
|
|
6149
|
+
"detail": "数字 -1、0 或 1。"
|
|
5854
6150
|
}
|
|
5855
6151
|
}
|
|
5856
6152
|
},
|
|
@@ -5866,23 +6162,23 @@
|
|
|
5866
6162
|
"functionParameter": {
|
|
5867
6163
|
"reference": {
|
|
5868
6164
|
"name": "引用",
|
|
5869
|
-
"detail": "要基于偏移量的引用。
|
|
6165
|
+
"detail": "要基于偏移量的引用。"
|
|
5870
6166
|
},
|
|
5871
6167
|
"rows": {
|
|
5872
6168
|
"name": "行数",
|
|
5873
|
-
"detail": "需要左上角单元格引用的向上或向下行数。
|
|
6169
|
+
"detail": "需要左上角单元格引用的向上或向下行数。"
|
|
5874
6170
|
},
|
|
5875
6171
|
"cols": {
|
|
5876
6172
|
"name": "列数",
|
|
5877
|
-
"detail": "需要结果的左上角单元格引用的从左到右的列数。
|
|
6173
|
+
"detail": "需要结果的左上角单元格引用的从左到右的列数。"
|
|
5878
6174
|
},
|
|
5879
6175
|
"height": {
|
|
5880
6176
|
"name": "行高",
|
|
5881
|
-
"detail": "
|
|
6177
|
+
"detail": "需要返回的引用的行高。行高必须为正数。"
|
|
5882
6178
|
},
|
|
5883
6179
|
"width": {
|
|
5884
6180
|
"name": "列宽",
|
|
5885
|
-
"detail": "
|
|
6181
|
+
"detail": "需要返回的引用的列宽。列宽必须为正数。"
|
|
5886
6182
|
}
|
|
5887
6183
|
}
|
|
5888
6184
|
},
|
|
@@ -6117,7 +6413,7 @@
|
|
|
6117
6413
|
"detail": "VLOOKUP 在其中搜索 lookup_value 和返回值的单元格区域。 可以使用命名区域或表,并且可以在参数中使用名称,而不是单元格引用。 "
|
|
6118
6414
|
},
|
|
6119
6415
|
"colIndexNum": {
|
|
6120
|
-
"name": "
|
|
6416
|
+
"name": "列号",
|
|
6121
6417
|
"detail": "其中包含返回值的单元格的编号(table_array 最左侧单元格为 1 开始编号)。"
|
|
6122
6418
|
},
|
|
6123
6419
|
"rangeLookup": {
|
|
@@ -6209,15 +6505,15 @@
|
|
|
6209
6505
|
"detail": "要返回的数组或区域"
|
|
6210
6506
|
},
|
|
6211
6507
|
"ifNotFound": {
|
|
6212
|
-
"name": "
|
|
6508
|
+
"name": "默认显示值",
|
|
6213
6509
|
"detail": "如果未找到有效的匹配项,则返回你提供的 [if_not_found] 文本,否则返回#N/A "
|
|
6214
6510
|
},
|
|
6215
6511
|
"matchMode": {
|
|
6216
|
-
"name": "
|
|
6512
|
+
"name": "匹配类型",
|
|
6217
6513
|
"detail": "指定匹配类型: 0 - 完全匹配。 如果未找到,则返回 #N/A。默认选项。-1 - 完全匹配。 如果没有找到,则返回下一个较小的项。1 - 完全匹配。 如果没有找到,则返回下一个较大的项。 2 - 通配符匹配,其中 *, ? 和 ~ 有特殊含义。"
|
|
6218
6514
|
},
|
|
6219
6515
|
"searchMode": {
|
|
6220
|
-
"name": "
|
|
6516
|
+
"name": "搜索模式",
|
|
6221
6517
|
"detail": "指定要使用的搜索模式:1 从第一项开始执行搜索,默认选项。-1 从最后一项开始执行反向搜索。2 执行依赖于 lookup_array 按升序排序的二进制搜索, -2执行依赖于 lookup_array 按降序排序的二进制搜索"
|
|
6222
6518
|
}
|
|
6223
6519
|
}
|
|
@@ -6821,7 +7117,7 @@
|
|
|
6821
7117
|
],
|
|
6822
7118
|
"functionParameter": {
|
|
6823
7119
|
"text": {
|
|
6824
|
-
"name": "
|
|
7120
|
+
"name": "文本",
|
|
6825
7121
|
"detail": "要查找其长度的文本。 空格将作为字符进行计数。"
|
|
6826
7122
|
}
|
|
6827
7123
|
}
|
|
@@ -6837,8 +7133,8 @@
|
|
|
6837
7133
|
],
|
|
6838
7134
|
"functionParameter": {
|
|
6839
7135
|
"text": {
|
|
6840
|
-
"name": "
|
|
6841
|
-
"detail": "
|
|
7136
|
+
"name": "文本",
|
|
7137
|
+
"detail": "要查找其长度的文本。 空格将作为字符进行计数。"
|
|
6842
7138
|
}
|
|
6843
7139
|
}
|
|
6844
7140
|
},
|
|
@@ -7527,24 +7823,15 @@
|
|
|
7527
7823
|
}
|
|
7528
7824
|
},
|
|
7529
7825
|
"FALSE": {
|
|
7530
|
-
"description": "返回逻辑值 FALSE",
|
|
7531
|
-
"abstract": "返回逻辑值 FALSE",
|
|
7826
|
+
"description": "返回逻辑值 FALSE。",
|
|
7827
|
+
"abstract": "返回逻辑值 FALSE。",
|
|
7532
7828
|
"links": [
|
|
7533
|
-
{
|
|
7534
|
-
"title": "教学",
|
|
7535
|
-
"url": "https://support.microsoft.com/zh-cn/office/false-%E5%87%BD%E6%95%B0-2d58dfa5-9c03-4259-bf8f-f0ae14346904"
|
|
7536
|
-
}
|
|
7537
|
-
],
|
|
7538
|
-
"functionParameter": {
|
|
7539
|
-
"number1": {
|
|
7540
|
-
"name": "number1",
|
|
7541
|
-
"detail": "first"
|
|
7542
|
-
},
|
|
7543
|
-
"number2": {
|
|
7544
|
-
"name": "number2",
|
|
7545
|
-
"detail": "second"
|
|
7829
|
+
{
|
|
7830
|
+
"title": "教学",
|
|
7831
|
+
"url": "https://support.microsoft.com/zh-cn/office/false-%E5%87%BD%E6%95%B0-2d58dfa5-9c03-4259-bf8f-f0ae14346904"
|
|
7546
7832
|
}
|
|
7547
|
-
|
|
7833
|
+
],
|
|
7834
|
+
"functionParameter": {}
|
|
7548
7835
|
},
|
|
7549
7836
|
"IF": {
|
|
7550
7837
|
"description": "指定要执行的逻辑检测",
|
|
@@ -7585,14 +7872,14 @@
|
|
|
7585
7872
|
"detail": " 检查是否存在错误的参数。"
|
|
7586
7873
|
},
|
|
7587
7874
|
"valueIfError": {
|
|
7588
|
-
"name": "
|
|
7875
|
+
"name": "错误时返回值",
|
|
7589
7876
|
"detail": "公式计算结果为错误时要返回的值。 评估以下错误类型:#N/A、#VALUE!、#REF!、#DIV/0!、#NUM!、#NAME? 或 #NULL!。"
|
|
7590
7877
|
}
|
|
7591
7878
|
}
|
|
7592
7879
|
},
|
|
7593
7880
|
"IFNA": {
|
|
7594
|
-
"description": "
|
|
7595
|
-
"abstract": "
|
|
7881
|
+
"description": "如果表达式的结果为 #N/A,则返回您指定的值,否则返回表达式的结果",
|
|
7882
|
+
"abstract": "如果表达式的结果为 #N/A,则返回您指定的值,否则返回表达式的结果",
|
|
7596
7883
|
"links": [
|
|
7597
7884
|
{
|
|
7598
7885
|
"title": "教学",
|
|
@@ -7600,19 +7887,19 @@
|
|
|
7600
7887
|
}
|
|
7601
7888
|
],
|
|
7602
7889
|
"functionParameter": {
|
|
7603
|
-
"
|
|
7604
|
-
"name": "
|
|
7605
|
-
"detail": "
|
|
7890
|
+
"value": {
|
|
7891
|
+
"name": "值",
|
|
7892
|
+
"detail": "检查是否存在 #N/A 错误值的参数。"
|
|
7606
7893
|
},
|
|
7607
|
-
"
|
|
7608
|
-
"name": "
|
|
7609
|
-
"detail": "
|
|
7894
|
+
"valueIfNa": {
|
|
7895
|
+
"name": "如果为#N/A的值",
|
|
7896
|
+
"detail": "如果公式结果为 #N/A 错误值,则返回的值。"
|
|
7610
7897
|
}
|
|
7611
7898
|
}
|
|
7612
7899
|
},
|
|
7613
7900
|
"IFS": {
|
|
7614
|
-
"description": "
|
|
7615
|
-
"abstract": "
|
|
7901
|
+
"description": "检查一个或多个条件是否满足,并返回第一个为 TRUE 的条件对应的值。",
|
|
7902
|
+
"abstract": "检查一个或多个条件是否满足,并返回第一个为 TRUE 的条件对应的值。",
|
|
7616
7903
|
"links": [
|
|
7617
7904
|
{
|
|
7618
7905
|
"title": "教学",
|
|
@@ -7620,13 +7907,21 @@
|
|
|
7620
7907
|
}
|
|
7621
7908
|
],
|
|
7622
7909
|
"functionParameter": {
|
|
7623
|
-
"
|
|
7624
|
-
"name": "
|
|
7625
|
-
"detail": "
|
|
7910
|
+
"logicalTest1": {
|
|
7911
|
+
"name": "条件1",
|
|
7912
|
+
"detail": "要评估的第一个条件,可以是布尔值、数值、数组或指向这些值的引用。"
|
|
7626
7913
|
},
|
|
7627
|
-
"
|
|
7628
|
-
"name": "
|
|
7629
|
-
"detail": "
|
|
7914
|
+
"valueIfTrue1": {
|
|
7915
|
+
"name": "值1",
|
|
7916
|
+
"detail": "“条件1”为“TRUE”的情况下返回的值。"
|
|
7917
|
+
},
|
|
7918
|
+
"logicalTest2": {
|
|
7919
|
+
"name": "条件2",
|
|
7920
|
+
"detail": "之前的条件为“FALSE”的情况下,要评估的其他条件。"
|
|
7921
|
+
},
|
|
7922
|
+
"valueIfTrue2": {
|
|
7923
|
+
"name": "值2",
|
|
7924
|
+
"detail": "相应条件为“TRUE”的情况下返回的其他值。"
|
|
7630
7925
|
}
|
|
7631
7926
|
}
|
|
7632
7927
|
},
|
|
@@ -7695,8 +7990,8 @@
|
|
|
7695
7990
|
}
|
|
7696
7991
|
},
|
|
7697
7992
|
"NOT": {
|
|
7698
|
-
"description": "
|
|
7699
|
-
"abstract": "
|
|
7993
|
+
"description": "反转其参数的逻辑值。",
|
|
7994
|
+
"abstract": "反转其参数的逻辑值。",
|
|
7700
7995
|
"links": [
|
|
7701
7996
|
{
|
|
7702
7997
|
"title": "教学",
|
|
@@ -7704,13 +7999,9 @@
|
|
|
7704
7999
|
}
|
|
7705
8000
|
],
|
|
7706
8001
|
"functionParameter": {
|
|
7707
|
-
"
|
|
7708
|
-
"name": "
|
|
7709
|
-
"detail": "
|
|
7710
|
-
},
|
|
7711
|
-
"number2": {
|
|
7712
|
-
"name": "number2",
|
|
7713
|
-
"detail": "second"
|
|
8002
|
+
"logical": {
|
|
8003
|
+
"name": "逻辑表达式",
|
|
8004
|
+
"detail": "您要反转逻辑的条件,可评估为 TRUE 或 FALSE。"
|
|
7714
8005
|
}
|
|
7715
8006
|
}
|
|
7716
8007
|
},
|
|
@@ -7775,8 +8066,8 @@
|
|
|
7775
8066
|
}
|
|
7776
8067
|
},
|
|
7777
8068
|
"SWITCH": {
|
|
7778
|
-
"description": "
|
|
7779
|
-
"abstract": "
|
|
8069
|
+
"description": "将表达式与值列表进行比较,并返回与第一个匹配值对应的结果。如果没有匹配项,可以返回一个可选的默认值。",
|
|
8070
|
+
"abstract": "将表达式与值列表进行比较,并返回与第一个匹配值对应的结果。如果没有匹配项,可以返回一个可选的默认值。",
|
|
7780
8071
|
"links": [
|
|
7781
8072
|
{
|
|
7782
8073
|
"title": "教学",
|
|
@@ -7784,39 +8075,42 @@
|
|
|
7784
8075
|
}
|
|
7785
8076
|
],
|
|
7786
8077
|
"functionParameter": {
|
|
7787
|
-
"
|
|
7788
|
-
"name": "
|
|
7789
|
-
"detail": "
|
|
8078
|
+
"expression": {
|
|
8079
|
+
"name": "表达式",
|
|
8080
|
+
"detail": "表达式是将要与 值1…值126 进行比较的值(例如数字、日期或一些文本)。"
|
|
7790
8081
|
},
|
|
7791
|
-
"
|
|
7792
|
-
"name": "
|
|
7793
|
-
"detail": "
|
|
8082
|
+
"value1": {
|
|
8083
|
+
"name": "值1",
|
|
8084
|
+
"detail": "值N 是将要与表达式进行比较的值。"
|
|
8085
|
+
},
|
|
8086
|
+
"result1": {
|
|
8087
|
+
"name": "结果1",
|
|
8088
|
+
"detail": "结果N 是当对应的值N 参数与表达式匹配时要返回的值。必须为每个对应的值N 参数提供结果N。"
|
|
8089
|
+
},
|
|
8090
|
+
"defaultOrValue2": {
|
|
8091
|
+
"name": "默认或值2",
|
|
8092
|
+
"detail": "默认是在值N 表达式中找不到匹配项时要返回的值。默认参数通过没有对应的结果N 表达式来识别(参见示例)。默认必须是函数中的最后一个参数。"
|
|
8093
|
+
},
|
|
8094
|
+
"result2": {
|
|
8095
|
+
"name": "结果2",
|
|
8096
|
+
"detail": "结果N 是当对应的值N 参数与表达式匹配时要返回的值。必须为每个对应的值N 参数提供结果N。"
|
|
7794
8097
|
}
|
|
7795
8098
|
}
|
|
7796
8099
|
},
|
|
7797
8100
|
"TRUE": {
|
|
7798
|
-
"description": "返回逻辑值 TRUE",
|
|
7799
|
-
"abstract": "返回逻辑值 TRUE",
|
|
8101
|
+
"description": "返回逻辑值 TRUE。",
|
|
8102
|
+
"abstract": "返回逻辑值 TRUE。",
|
|
7800
8103
|
"links": [
|
|
7801
8104
|
{
|
|
7802
8105
|
"title": "教学",
|
|
7803
8106
|
"url": "https://support.microsoft.com/zh-cn/office/true-%E5%87%BD%E6%95%B0-7652c6e3-8987-48d0-97cd-ef223246b3fb"
|
|
7804
8107
|
}
|
|
7805
8108
|
],
|
|
7806
|
-
"functionParameter": {
|
|
7807
|
-
"number1": {
|
|
7808
|
-
"name": "number1",
|
|
7809
|
-
"detail": "first"
|
|
7810
|
-
},
|
|
7811
|
-
"number2": {
|
|
7812
|
-
"name": "number2",
|
|
7813
|
-
"detail": "second"
|
|
7814
|
-
}
|
|
7815
|
-
}
|
|
8109
|
+
"functionParameter": {}
|
|
7816
8110
|
},
|
|
7817
8111
|
"XOR": {
|
|
7818
|
-
"description": "
|
|
7819
|
-
"abstract": "
|
|
8112
|
+
"description": "如果参数中计算结果为 TRUE 的数量为奇数,则返回 TRUE;如果计算结果为 TRUE 的数量为偶数,则返回 FALSE。",
|
|
8113
|
+
"abstract": "如果参数中 TRUE 的数量为奇数,则返回 TRUE",
|
|
7820
8114
|
"links": [
|
|
7821
8115
|
{
|
|
7822
8116
|
"title": "教学",
|
|
@@ -7824,13 +8118,13 @@
|
|
|
7824
8118
|
}
|
|
7825
8119
|
],
|
|
7826
8120
|
"functionParameter": {
|
|
7827
|
-
"
|
|
7828
|
-
"name": "
|
|
7829
|
-
"detail": "
|
|
8121
|
+
"logical1": {
|
|
8122
|
+
"name": "逻辑表达式 1",
|
|
8123
|
+
"detail": "第一个想要测试且计算结果可为 TRUE 或 FALSE 的条件。"
|
|
7830
8124
|
},
|
|
7831
|
-
"
|
|
7832
|
-
"name": "
|
|
7833
|
-
"detail": "
|
|
8125
|
+
"logical2": {
|
|
8126
|
+
"name": "逻辑表达式 2",
|
|
8127
|
+
"detail": "其他想要测试且计算结果可为 TRUE 或 FALSE 的条件(最多 255 个条件)。"
|
|
7834
8128
|
}
|
|
7835
8129
|
}
|
|
7836
8130
|
},
|
|
@@ -7902,7 +8196,7 @@
|
|
|
7902
8196
|
"functionParameter": {
|
|
7903
8197
|
"value": {
|
|
7904
8198
|
"name": "值",
|
|
7905
|
-
"detail": "
|
|
8199
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
7906
8200
|
}
|
|
7907
8201
|
}
|
|
7908
8202
|
},
|
|
@@ -7918,7 +8212,7 @@
|
|
|
7918
8212
|
"functionParameter": {
|
|
7919
8213
|
"value": {
|
|
7920
8214
|
"name": "值",
|
|
7921
|
-
"detail": "
|
|
8215
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
7922
8216
|
}
|
|
7923
8217
|
}
|
|
7924
8218
|
},
|
|
@@ -7934,7 +8228,7 @@
|
|
|
7934
8228
|
"functionParameter": {
|
|
7935
8229
|
"value": {
|
|
7936
8230
|
"name": "值",
|
|
7937
|
-
"detail": "
|
|
8231
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
7938
8232
|
}
|
|
7939
8233
|
}
|
|
7940
8234
|
},
|
|
@@ -7950,7 +8244,7 @@
|
|
|
7950
8244
|
"functionParameter": {
|
|
7951
8245
|
"value": {
|
|
7952
8246
|
"name": "值",
|
|
7953
|
-
"detail": "
|
|
8247
|
+
"detail": "要测试的值。如果值不是整数,将被截尾取整。"
|
|
7954
8248
|
}
|
|
7955
8249
|
}
|
|
7956
8250
|
},
|
|
@@ -7986,7 +8280,7 @@
|
|
|
7986
8280
|
"functionParameter": {
|
|
7987
8281
|
"value": {
|
|
7988
8282
|
"name": "值",
|
|
7989
|
-
"detail": "
|
|
8283
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
7990
8284
|
}
|
|
7991
8285
|
}
|
|
7992
8286
|
},
|
|
@@ -8002,7 +8296,7 @@
|
|
|
8002
8296
|
"functionParameter": {
|
|
8003
8297
|
"value": {
|
|
8004
8298
|
"name": "值",
|
|
8005
|
-
"detail": "
|
|
8299
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
8006
8300
|
}
|
|
8007
8301
|
}
|
|
8008
8302
|
},
|
|
@@ -8018,7 +8312,7 @@
|
|
|
8018
8312
|
"functionParameter": {
|
|
8019
8313
|
"value": {
|
|
8020
8314
|
"name": "值",
|
|
8021
|
-
"detail": "
|
|
8315
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
8022
8316
|
}
|
|
8023
8317
|
}
|
|
8024
8318
|
},
|
|
@@ -8034,7 +8328,7 @@
|
|
|
8034
8328
|
"functionParameter": {
|
|
8035
8329
|
"value": {
|
|
8036
8330
|
"name": "值",
|
|
8037
|
-
"detail": "
|
|
8331
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
8038
8332
|
}
|
|
8039
8333
|
}
|
|
8040
8334
|
},
|
|
@@ -8050,7 +8344,7 @@
|
|
|
8050
8344
|
"functionParameter": {
|
|
8051
8345
|
"value": {
|
|
8052
8346
|
"name": "值",
|
|
8053
|
-
"detail": "
|
|
8347
|
+
"detail": "要测试的值。如果值不是整数,将被截尾取整。"
|
|
8054
8348
|
}
|
|
8055
8349
|
}
|
|
8056
8350
|
},
|
|
@@ -8086,7 +8380,7 @@
|
|
|
8086
8380
|
"functionParameter": {
|
|
8087
8381
|
"value": {
|
|
8088
8382
|
"name": "值",
|
|
8089
|
-
"detail": "
|
|
8383
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
8090
8384
|
}
|
|
8091
8385
|
}
|
|
8092
8386
|
},
|
|
@@ -8102,7 +8396,7 @@
|
|
|
8102
8396
|
"functionParameter": {
|
|
8103
8397
|
"value": {
|
|
8104
8398
|
"name": "值",
|
|
8105
|
-
"detail": "
|
|
8399
|
+
"detail": "指的是要测试的值。参数值可以是空白(空单元格)、错误值、逻辑值、文本、数字、引用值,或者引用要测试的以上任意值的名称。"
|
|
8106
8400
|
}
|
|
8107
8401
|
}
|
|
8108
8402
|
},
|
|
@@ -8212,13 +8506,13 @@
|
|
|
8212
8506
|
}
|
|
8213
8507
|
],
|
|
8214
8508
|
"functionParameter": {
|
|
8215
|
-
"
|
|
8216
|
-
"name": "
|
|
8217
|
-
"detail": "
|
|
8509
|
+
"x": {
|
|
8510
|
+
"name": "X",
|
|
8511
|
+
"detail": "用来计算函数的值。"
|
|
8218
8512
|
},
|
|
8219
|
-
"
|
|
8220
|
-
"name": "
|
|
8221
|
-
"detail": "
|
|
8513
|
+
"n": {
|
|
8514
|
+
"name": "N",
|
|
8515
|
+
"detail": "贝赛耳函数的阶数。如果n不是整数,将被截尾取整。"
|
|
8222
8516
|
}
|
|
8223
8517
|
}
|
|
8224
8518
|
},
|
|
@@ -8232,13 +8526,13 @@
|
|
|
8232
8526
|
}
|
|
8233
8527
|
],
|
|
8234
8528
|
"functionParameter": {
|
|
8235
|
-
"
|
|
8236
|
-
"name": "
|
|
8237
|
-
"detail": "
|
|
8529
|
+
"x": {
|
|
8530
|
+
"name": "X",
|
|
8531
|
+
"detail": "用来计算函数的值。"
|
|
8238
8532
|
},
|
|
8239
|
-
"
|
|
8240
|
-
"name": "
|
|
8241
|
-
"detail": "
|
|
8533
|
+
"n": {
|
|
8534
|
+
"name": "N",
|
|
8535
|
+
"detail": "贝赛耳函数的阶数。如果n不是整数,将被截尾取整。"
|
|
8242
8536
|
}
|
|
8243
8537
|
}
|
|
8244
8538
|
},
|
|
@@ -8252,13 +8546,13 @@
|
|
|
8252
8546
|
}
|
|
8253
8547
|
],
|
|
8254
8548
|
"functionParameter": {
|
|
8255
|
-
"
|
|
8256
|
-
"name": "
|
|
8257
|
-
"detail": "
|
|
8549
|
+
"x": {
|
|
8550
|
+
"name": "X",
|
|
8551
|
+
"detail": "用来计算函数的值。"
|
|
8258
8552
|
},
|
|
8259
|
-
"
|
|
8260
|
-
"name": "
|
|
8261
|
-
"detail": "
|
|
8553
|
+
"n": {
|
|
8554
|
+
"name": "N",
|
|
8555
|
+
"detail": "贝赛耳函数的阶数。如果n不是整数,将被截尾取整。"
|
|
8262
8556
|
}
|
|
8263
8557
|
}
|
|
8264
8558
|
},
|
|
@@ -8272,13 +8566,13 @@
|
|
|
8272
8566
|
}
|
|
8273
8567
|
],
|
|
8274
8568
|
"functionParameter": {
|
|
8275
|
-
"
|
|
8276
|
-
"name": "
|
|
8277
|
-
"detail": "
|
|
8569
|
+
"x": {
|
|
8570
|
+
"name": "X",
|
|
8571
|
+
"detail": "用来计算函数的值。"
|
|
8278
8572
|
},
|
|
8279
|
-
"
|
|
8280
|
-
"name": "
|
|
8281
|
-
"detail": "
|
|
8573
|
+
"n": {
|
|
8574
|
+
"name": "N",
|
|
8575
|
+
"detail": "贝赛耳函数的阶数。如果n不是整数,将被截尾取整。"
|
|
8282
8576
|
}
|
|
8283
8577
|
}
|
|
8284
8578
|
},
|
|
@@ -8292,13 +8586,9 @@
|
|
|
8292
8586
|
}
|
|
8293
8587
|
],
|
|
8294
8588
|
"functionParameter": {
|
|
8295
|
-
"
|
|
8296
|
-
"name": "
|
|
8297
|
-
"detail": "
|
|
8298
|
-
},
|
|
8299
|
-
"number2": {
|
|
8300
|
-
"name": "number2",
|
|
8301
|
-
"detail": "second"
|
|
8589
|
+
"number": {
|
|
8590
|
+
"name": "二进制数",
|
|
8591
|
+
"detail": "要转换的二进制数。"
|
|
8302
8592
|
}
|
|
8303
8593
|
}
|
|
8304
8594
|
},
|
|
@@ -8312,13 +8602,13 @@
|
|
|
8312
8602
|
}
|
|
8313
8603
|
],
|
|
8314
8604
|
"functionParameter": {
|
|
8315
|
-
"
|
|
8316
|
-
"name": "
|
|
8317
|
-
"detail": "
|
|
8605
|
+
"number": {
|
|
8606
|
+
"name": "二进制数",
|
|
8607
|
+
"detail": "要转换的二进制数。"
|
|
8318
8608
|
},
|
|
8319
|
-
"
|
|
8320
|
-
"name": "
|
|
8321
|
-
"detail": "
|
|
8609
|
+
"places": {
|
|
8610
|
+
"name": "字符数",
|
|
8611
|
+
"detail": "要使用的字符数。"
|
|
8322
8612
|
}
|
|
8323
8613
|
}
|
|
8324
8614
|
},
|
|
@@ -8332,13 +8622,13 @@
|
|
|
8332
8622
|
}
|
|
8333
8623
|
],
|
|
8334
8624
|
"functionParameter": {
|
|
8335
|
-
"
|
|
8336
|
-
"name": "
|
|
8337
|
-
"detail": "
|
|
8625
|
+
"number": {
|
|
8626
|
+
"name": "二进制数",
|
|
8627
|
+
"detail": "要转换的二进制数。"
|
|
8338
8628
|
},
|
|
8339
|
-
"
|
|
8340
|
-
"name": "
|
|
8341
|
-
"detail": "
|
|
8629
|
+
"places": {
|
|
8630
|
+
"name": "字符数",
|
|
8631
|
+
"detail": "要使用的字符数。"
|
|
8342
8632
|
}
|
|
8343
8633
|
}
|
|
8344
8634
|
},
|
|
@@ -8353,12 +8643,12 @@
|
|
|
8353
8643
|
],
|
|
8354
8644
|
"functionParameter": {
|
|
8355
8645
|
"number1": {
|
|
8356
|
-
"name": "
|
|
8357
|
-
"detail": "
|
|
8646
|
+
"name": "数值1",
|
|
8647
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8358
8648
|
},
|
|
8359
8649
|
"number2": {
|
|
8360
|
-
"name": "
|
|
8361
|
-
"detail": "
|
|
8650
|
+
"name": "数值2",
|
|
8651
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8362
8652
|
}
|
|
8363
8653
|
}
|
|
8364
8654
|
},
|
|
@@ -8372,13 +8662,13 @@
|
|
|
8372
8662
|
}
|
|
8373
8663
|
],
|
|
8374
8664
|
"functionParameter": {
|
|
8375
|
-
"
|
|
8376
|
-
"name": "
|
|
8377
|
-
"detail": "
|
|
8665
|
+
"number": {
|
|
8666
|
+
"name": "数值",
|
|
8667
|
+
"detail": "必须是大于或等于 0 的整数。"
|
|
8378
8668
|
},
|
|
8379
|
-
"
|
|
8380
|
-
"name": "
|
|
8381
|
-
"detail": "
|
|
8669
|
+
"shiftAmount": {
|
|
8670
|
+
"name": "移位量",
|
|
8671
|
+
"detail": "必须为整数。"
|
|
8382
8672
|
}
|
|
8383
8673
|
}
|
|
8384
8674
|
},
|
|
@@ -8393,12 +8683,12 @@
|
|
|
8393
8683
|
],
|
|
8394
8684
|
"functionParameter": {
|
|
8395
8685
|
"number1": {
|
|
8396
|
-
"name": "
|
|
8397
|
-
"detail": "
|
|
8686
|
+
"name": "数值1",
|
|
8687
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8398
8688
|
},
|
|
8399
8689
|
"number2": {
|
|
8400
|
-
"name": "
|
|
8401
|
-
"detail": "
|
|
8690
|
+
"name": "数值2",
|
|
8691
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8402
8692
|
}
|
|
8403
8693
|
}
|
|
8404
8694
|
},
|
|
@@ -8412,13 +8702,13 @@
|
|
|
8412
8702
|
}
|
|
8413
8703
|
],
|
|
8414
8704
|
"functionParameter": {
|
|
8415
|
-
"
|
|
8416
|
-
"name": "
|
|
8417
|
-
"detail": "
|
|
8705
|
+
"number": {
|
|
8706
|
+
"name": "数值",
|
|
8707
|
+
"detail": "必须是大于或等于 0 的整数。"
|
|
8418
8708
|
},
|
|
8419
|
-
"
|
|
8420
|
-
"name": "
|
|
8421
|
-
"detail": "
|
|
8709
|
+
"shiftAmount": {
|
|
8710
|
+
"name": "移位量",
|
|
8711
|
+
"detail": "必须为整数。"
|
|
8422
8712
|
}
|
|
8423
8713
|
}
|
|
8424
8714
|
},
|
|
@@ -8433,12 +8723,12 @@
|
|
|
8433
8723
|
],
|
|
8434
8724
|
"functionParameter": {
|
|
8435
8725
|
"number1": {
|
|
8436
|
-
"name": "
|
|
8437
|
-
"detail": "
|
|
8726
|
+
"name": "数值1",
|
|
8727
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8438
8728
|
},
|
|
8439
8729
|
"number2": {
|
|
8440
|
-
"name": "
|
|
8441
|
-
"detail": "
|
|
8730
|
+
"name": "数值2",
|
|
8731
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8442
8732
|
}
|
|
8443
8733
|
}
|
|
8444
8734
|
},
|
|
@@ -8452,13 +8742,17 @@
|
|
|
8452
8742
|
}
|
|
8453
8743
|
],
|
|
8454
8744
|
"functionParameter": {
|
|
8455
|
-
"
|
|
8456
|
-
"name": "
|
|
8457
|
-
"detail": "
|
|
8745
|
+
"realNum": {
|
|
8746
|
+
"name": "实系数",
|
|
8747
|
+
"detail": "复数的实系数。"
|
|
8458
8748
|
},
|
|
8459
|
-
"
|
|
8460
|
-
"name": "
|
|
8461
|
-
"detail": "
|
|
8749
|
+
"iNum": {
|
|
8750
|
+
"name": "虚系数",
|
|
8751
|
+
"detail": "复数的虚系数。"
|
|
8752
|
+
},
|
|
8753
|
+
"suffix": {
|
|
8754
|
+
"name": "后缀",
|
|
8755
|
+
"detail": "复数中虚系数的后缀。如果省略,则认为它是“i”。"
|
|
8462
8756
|
}
|
|
8463
8757
|
}
|
|
8464
8758
|
},
|
|
@@ -8472,13 +8766,17 @@
|
|
|
8472
8766
|
}
|
|
8473
8767
|
],
|
|
8474
8768
|
"functionParameter": {
|
|
8475
|
-
"
|
|
8476
|
-
"name": "
|
|
8477
|
-
"detail": "
|
|
8769
|
+
"number": {
|
|
8770
|
+
"name": "数值",
|
|
8771
|
+
"detail": "需要进行转换的数值。"
|
|
8478
8772
|
},
|
|
8479
|
-
"
|
|
8480
|
-
"name": "
|
|
8481
|
-
"detail": "
|
|
8773
|
+
"fromUnit": {
|
|
8774
|
+
"name": "转换前单位",
|
|
8775
|
+
"detail": "是数值的单位。"
|
|
8776
|
+
},
|
|
8777
|
+
"toUnit": {
|
|
8778
|
+
"name": "转换后单位",
|
|
8779
|
+
"detail": "是结果的单位。"
|
|
8482
8780
|
}
|
|
8483
8781
|
}
|
|
8484
8782
|
},
|
|
@@ -8492,13 +8790,13 @@
|
|
|
8492
8790
|
}
|
|
8493
8791
|
],
|
|
8494
8792
|
"functionParameter": {
|
|
8495
|
-
"
|
|
8496
|
-
"name": "
|
|
8497
|
-
"detail": "
|
|
8793
|
+
"number": {
|
|
8794
|
+
"name": "十进制数",
|
|
8795
|
+
"detail": "要转换的十进制数。"
|
|
8498
8796
|
},
|
|
8499
|
-
"
|
|
8500
|
-
"name": "
|
|
8501
|
-
"detail": "
|
|
8797
|
+
"places": {
|
|
8798
|
+
"name": "字符数",
|
|
8799
|
+
"detail": "要使用的字符数。"
|
|
8502
8800
|
}
|
|
8503
8801
|
}
|
|
8504
8802
|
},
|
|
@@ -8512,13 +8810,13 @@
|
|
|
8512
8810
|
}
|
|
8513
8811
|
],
|
|
8514
8812
|
"functionParameter": {
|
|
8515
|
-
"
|
|
8516
|
-
"name": "
|
|
8517
|
-
"detail": "
|
|
8813
|
+
"number": {
|
|
8814
|
+
"name": "十进制数",
|
|
8815
|
+
"detail": "要转换的十进制数。"
|
|
8518
8816
|
},
|
|
8519
|
-
"
|
|
8520
|
-
"name": "
|
|
8521
|
-
"detail": "
|
|
8817
|
+
"places": {
|
|
8818
|
+
"name": "字符数",
|
|
8819
|
+
"detail": "要使用的字符数。"
|
|
8522
8820
|
}
|
|
8523
8821
|
}
|
|
8524
8822
|
},
|
|
@@ -8532,13 +8830,13 @@
|
|
|
8532
8830
|
}
|
|
8533
8831
|
],
|
|
8534
8832
|
"functionParameter": {
|
|
8535
|
-
"
|
|
8536
|
-
"name": "
|
|
8537
|
-
"detail": "
|
|
8833
|
+
"number": {
|
|
8834
|
+
"name": "十进制数",
|
|
8835
|
+
"detail": "要转换的十进制数。"
|
|
8538
8836
|
},
|
|
8539
|
-
"
|
|
8540
|
-
"name": "
|
|
8541
|
-
"detail": "
|
|
8837
|
+
"places": {
|
|
8838
|
+
"name": "字符数",
|
|
8839
|
+
"detail": "要使用的字符数。"
|
|
8542
8840
|
}
|
|
8543
8841
|
}
|
|
8544
8842
|
},
|
|
@@ -8553,12 +8851,12 @@
|
|
|
8553
8851
|
],
|
|
8554
8852
|
"functionParameter": {
|
|
8555
8853
|
"number1": {
|
|
8556
|
-
"name": "
|
|
8557
|
-
"detail": "
|
|
8854
|
+
"name": "数值1",
|
|
8855
|
+
"detail": "第一个数值。"
|
|
8558
8856
|
},
|
|
8559
8857
|
"number2": {
|
|
8560
|
-
"name": "
|
|
8561
|
-
"detail": "
|
|
8858
|
+
"name": "数值2",
|
|
8859
|
+
"detail": "第二个数值。如果省略,则假设数值2为零。"
|
|
8562
8860
|
}
|
|
8563
8861
|
}
|
|
8564
8862
|
},
|
|
@@ -8572,13 +8870,13 @@
|
|
|
8572
8870
|
}
|
|
8573
8871
|
],
|
|
8574
8872
|
"functionParameter": {
|
|
8575
|
-
"
|
|
8576
|
-
"name": "
|
|
8577
|
-
"detail": "
|
|
8873
|
+
"lowerLimit": {
|
|
8874
|
+
"name": "下限",
|
|
8875
|
+
"detail": "ERF函数的积分下限。"
|
|
8578
8876
|
},
|
|
8579
|
-
"
|
|
8580
|
-
"name": "
|
|
8581
|
-
"detail": "
|
|
8877
|
+
"upperLimit": {
|
|
8878
|
+
"name": "上限",
|
|
8879
|
+
"detail": "ERF函数的积分上限。如果省略,ERF积分将在零到下限之间。"
|
|
8582
8880
|
}
|
|
8583
8881
|
}
|
|
8584
8882
|
},
|
|
@@ -8592,13 +8890,9 @@
|
|
|
8592
8890
|
}
|
|
8593
8891
|
],
|
|
8594
8892
|
"functionParameter": {
|
|
8595
|
-
"
|
|
8596
|
-
"name": "
|
|
8597
|
-
"detail": "
|
|
8598
|
-
},
|
|
8599
|
-
"number2": {
|
|
8600
|
-
"name": "number2",
|
|
8601
|
-
"detail": "second"
|
|
8893
|
+
"x": {
|
|
8894
|
+
"name": "下限",
|
|
8895
|
+
"detail": "ERF.PRECISE函数的积分下限。"
|
|
8602
8896
|
}
|
|
8603
8897
|
}
|
|
8604
8898
|
},
|
|
@@ -8612,13 +8906,9 @@
|
|
|
8612
8906
|
}
|
|
8613
8907
|
],
|
|
8614
8908
|
"functionParameter": {
|
|
8615
|
-
"
|
|
8616
|
-
"name": "
|
|
8617
|
-
"detail": "
|
|
8618
|
-
},
|
|
8619
|
-
"number2": {
|
|
8620
|
-
"name": "number2",
|
|
8621
|
-
"detail": "second"
|
|
8909
|
+
"x": {
|
|
8910
|
+
"name": "下限",
|
|
8911
|
+
"detail": "ERFC函数的积分下限。"
|
|
8622
8912
|
}
|
|
8623
8913
|
}
|
|
8624
8914
|
},
|
|
@@ -8632,13 +8922,9 @@
|
|
|
8632
8922
|
}
|
|
8633
8923
|
],
|
|
8634
8924
|
"functionParameter": {
|
|
8635
|
-
"
|
|
8636
|
-
"name": "
|
|
8637
|
-
"detail": "
|
|
8638
|
-
},
|
|
8639
|
-
"number2": {
|
|
8640
|
-
"name": "number2",
|
|
8641
|
-
"detail": "second"
|
|
8925
|
+
"x": {
|
|
8926
|
+
"name": "下限",
|
|
8927
|
+
"detail": "ERFC.PRECISE函数的积分下限。"
|
|
8642
8928
|
}
|
|
8643
8929
|
}
|
|
8644
8930
|
},
|
|
@@ -8672,13 +8958,13 @@
|
|
|
8672
8958
|
}
|
|
8673
8959
|
],
|
|
8674
8960
|
"functionParameter": {
|
|
8675
|
-
"
|
|
8676
|
-
"name": "
|
|
8677
|
-
"detail": "
|
|
8961
|
+
"number": {
|
|
8962
|
+
"name": "十六进制数",
|
|
8963
|
+
"detail": "要转换的十六进制数。"
|
|
8678
8964
|
},
|
|
8679
|
-
"
|
|
8680
|
-
"name": "
|
|
8681
|
-
"detail": "
|
|
8965
|
+
"places": {
|
|
8966
|
+
"name": "字符数",
|
|
8967
|
+
"detail": "要使用的字符数。"
|
|
8682
8968
|
}
|
|
8683
8969
|
}
|
|
8684
8970
|
},
|
|
@@ -8692,13 +8978,9 @@
|
|
|
8692
8978
|
}
|
|
8693
8979
|
],
|
|
8694
8980
|
"functionParameter": {
|
|
8695
|
-
"
|
|
8696
|
-
"name": "
|
|
8697
|
-
"detail": "
|
|
8698
|
-
},
|
|
8699
|
-
"number2": {
|
|
8700
|
-
"name": "number2",
|
|
8701
|
-
"detail": "second"
|
|
8981
|
+
"number": {
|
|
8982
|
+
"name": "十六进制数",
|
|
8983
|
+
"detail": "要转换的十六进制数。"
|
|
8702
8984
|
}
|
|
8703
8985
|
}
|
|
8704
8986
|
},
|
|
@@ -8712,13 +8994,13 @@
|
|
|
8712
8994
|
}
|
|
8713
8995
|
],
|
|
8714
8996
|
"functionParameter": {
|
|
8715
|
-
"
|
|
8716
|
-
"name": "
|
|
8717
|
-
"detail": "
|
|
8997
|
+
"number": {
|
|
8998
|
+
"name": "十六进制数",
|
|
8999
|
+
"detail": "要转换的十六进制数。"
|
|
8718
9000
|
},
|
|
8719
|
-
"
|
|
8720
|
-
"name": "
|
|
8721
|
-
"detail": "
|
|
9001
|
+
"places": {
|
|
9002
|
+
"name": "字符数",
|
|
9003
|
+
"detail": "要使用的字符数。"
|
|
8722
9004
|
}
|
|
8723
9005
|
}
|
|
8724
9006
|
},
|
|
@@ -9232,13 +9514,13 @@
|
|
|
9232
9514
|
}
|
|
9233
9515
|
],
|
|
9234
9516
|
"functionParameter": {
|
|
9235
|
-
"
|
|
9236
|
-
"name": "
|
|
9237
|
-
"detail": "
|
|
9517
|
+
"number": {
|
|
9518
|
+
"name": "八进制数",
|
|
9519
|
+
"detail": "要转换的八进制数。"
|
|
9238
9520
|
},
|
|
9239
|
-
"
|
|
9240
|
-
"name": "
|
|
9241
|
-
"detail": "
|
|
9521
|
+
"places": {
|
|
9522
|
+
"name": "字符数",
|
|
9523
|
+
"detail": "要使用的字符数。"
|
|
9242
9524
|
}
|
|
9243
9525
|
}
|
|
9244
9526
|
},
|
|
@@ -9252,13 +9534,9 @@
|
|
|
9252
9534
|
}
|
|
9253
9535
|
],
|
|
9254
9536
|
"functionParameter": {
|
|
9255
|
-
"
|
|
9256
|
-
"name": "
|
|
9257
|
-
"detail": "
|
|
9258
|
-
},
|
|
9259
|
-
"number2": {
|
|
9260
|
-
"name": "number2",
|
|
9261
|
-
"detail": "second"
|
|
9537
|
+
"number": {
|
|
9538
|
+
"name": "八进制数",
|
|
9539
|
+
"detail": "要转换的八进制数。"
|
|
9262
9540
|
}
|
|
9263
9541
|
}
|
|
9264
9542
|
},
|
|
@@ -9272,13 +9550,13 @@
|
|
|
9272
9550
|
}
|
|
9273
9551
|
],
|
|
9274
9552
|
"functionParameter": {
|
|
9275
|
-
"
|
|
9276
|
-
"name": "
|
|
9277
|
-
"detail": "
|
|
9553
|
+
"number": {
|
|
9554
|
+
"name": "八进制数",
|
|
9555
|
+
"detail": "要转换的八进制数。"
|
|
9278
9556
|
},
|
|
9279
|
-
"
|
|
9280
|
-
"name": "
|
|
9281
|
-
"detail": "
|
|
9557
|
+
"places": {
|
|
9558
|
+
"name": "字符数",
|
|
9559
|
+
"detail": "要使用的字符数。"
|
|
9282
9560
|
}
|
|
9283
9561
|
}
|
|
9284
9562
|
},
|