@univerjs/sheets-formula 0.2.7 → 0.2.9
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 +974 -409
- package/lib/locale/en-US.json +646 -350
- package/lib/locale/ru-RU.json +646 -350
- package/lib/locale/vi-VN.json +682 -346
- package/lib/locale/zh-CN.json +654 -358
- package/lib/locale/zh-TW.json +654 -358
- 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 +7 -4
- 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 +10 -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/locale/en-US.d.ts +426 -130
- package/lib/types/locale/function-list/array/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +6 -2
- package/lib/types/locale/function-list/date/ru-RU.d.ts +0 -1
- 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/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/logical/en-US.d.ts +14 -2
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +14 -2
- package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +14 -2
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +14 -2
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +14 -2
- package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/statistical/en-US.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +44 -0
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/zh-TW.d.ts +12 -4
- package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -1
- package/lib/types/locale/ru-RU.d.ts +426 -130
- package/lib/types/locale/vi-VN.d.ts +458 -126
- package/lib/types/locale/zh-CN.d.ts +426 -130
- package/lib/types/locale/zh-TW.d.ts +426 -130
- 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 +0 -1
- 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 +8 -4
- 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 +23 -23
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
|
},
|
|
@@ -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
|
},
|
|
@@ -4880,13 +5180,17 @@
|
|
|
4880
5180
|
}
|
|
4881
5181
|
],
|
|
4882
5182
|
"functionParameter": {
|
|
4883
|
-
"
|
|
4884
|
-
"name": "
|
|
4885
|
-
"detail": "
|
|
5183
|
+
"number": {
|
|
5184
|
+
"name": "数值",
|
|
5185
|
+
"detail": "要找到其排位的数字。"
|
|
4886
5186
|
},
|
|
4887
|
-
"
|
|
4888
|
-
"name": "
|
|
4889
|
-
"detail": "
|
|
5187
|
+
"ref": {
|
|
5188
|
+
"name": "数字列表",
|
|
5189
|
+
"detail": "对数字列表的引用。Ref 中的非数字值会被忽略。"
|
|
5190
|
+
},
|
|
5191
|
+
"order": {
|
|
5192
|
+
"name": "排位方式",
|
|
5193
|
+
"detail": "一个指定数字排位方式的数字。0 或省略为降序,非 0 为升序。"
|
|
4890
5194
|
}
|
|
4891
5195
|
}
|
|
4892
5196
|
},
|
|
@@ -4900,13 +5204,17 @@
|
|
|
4900
5204
|
}
|
|
4901
5205
|
],
|
|
4902
5206
|
"functionParameter": {
|
|
4903
|
-
"
|
|
4904
|
-
"name": "
|
|
4905
|
-
"detail": "
|
|
5207
|
+
"number": {
|
|
5208
|
+
"name": "数值",
|
|
5209
|
+
"detail": "要找到其排位的数字。"
|
|
4906
5210
|
},
|
|
4907
|
-
"
|
|
4908
|
-
"name": "
|
|
4909
|
-
"detail": "
|
|
5211
|
+
"ref": {
|
|
5212
|
+
"name": "数字列表",
|
|
5213
|
+
"detail": "对数字列表的引用。Ref 中的非数字值会被忽略。"
|
|
5214
|
+
},
|
|
5215
|
+
"order": {
|
|
5216
|
+
"name": "排位方式",
|
|
5217
|
+
"detail": "一个指定数字排位方式的数字。0 或省略为降序,非 0 为升序。"
|
|
4910
5218
|
}
|
|
4911
5219
|
}
|
|
4912
5220
|
},
|
|
@@ -8206,13 +8514,13 @@
|
|
|
8206
8514
|
}
|
|
8207
8515
|
],
|
|
8208
8516
|
"functionParameter": {
|
|
8209
|
-
"
|
|
8210
|
-
"name": "
|
|
8211
|
-
"detail": "
|
|
8517
|
+
"x": {
|
|
8518
|
+
"name": "X",
|
|
8519
|
+
"detail": "用来计算函数的值。"
|
|
8212
8520
|
},
|
|
8213
|
-
"
|
|
8214
|
-
"name": "
|
|
8215
|
-
"detail": "
|
|
8521
|
+
"n": {
|
|
8522
|
+
"name": "N",
|
|
8523
|
+
"detail": "贝赛耳函数的阶数。如果n不是整数,将被截尾取整。"
|
|
8216
8524
|
}
|
|
8217
8525
|
}
|
|
8218
8526
|
},
|
|
@@ -8226,13 +8534,13 @@
|
|
|
8226
8534
|
}
|
|
8227
8535
|
],
|
|
8228
8536
|
"functionParameter": {
|
|
8229
|
-
"
|
|
8230
|
-
"name": "
|
|
8231
|
-
"detail": "
|
|
8537
|
+
"x": {
|
|
8538
|
+
"name": "X",
|
|
8539
|
+
"detail": "用来计算函数的值。"
|
|
8232
8540
|
},
|
|
8233
|
-
"
|
|
8234
|
-
"name": "
|
|
8235
|
-
"detail": "
|
|
8541
|
+
"n": {
|
|
8542
|
+
"name": "N",
|
|
8543
|
+
"detail": "贝赛耳函数的阶数。如果n不是整数,将被截尾取整。"
|
|
8236
8544
|
}
|
|
8237
8545
|
}
|
|
8238
8546
|
},
|
|
@@ -8246,13 +8554,13 @@
|
|
|
8246
8554
|
}
|
|
8247
8555
|
],
|
|
8248
8556
|
"functionParameter": {
|
|
8249
|
-
"
|
|
8250
|
-
"name": "
|
|
8251
|
-
"detail": "
|
|
8557
|
+
"x": {
|
|
8558
|
+
"name": "X",
|
|
8559
|
+
"detail": "用来计算函数的值。"
|
|
8252
8560
|
},
|
|
8253
|
-
"
|
|
8254
|
-
"name": "
|
|
8255
|
-
"detail": "
|
|
8561
|
+
"n": {
|
|
8562
|
+
"name": "N",
|
|
8563
|
+
"detail": "贝赛耳函数的阶数。如果n不是整数,将被截尾取整。"
|
|
8256
8564
|
}
|
|
8257
8565
|
}
|
|
8258
8566
|
},
|
|
@@ -8266,13 +8574,13 @@
|
|
|
8266
8574
|
}
|
|
8267
8575
|
],
|
|
8268
8576
|
"functionParameter": {
|
|
8269
|
-
"
|
|
8270
|
-
"name": "
|
|
8271
|
-
"detail": "
|
|
8577
|
+
"x": {
|
|
8578
|
+
"name": "X",
|
|
8579
|
+
"detail": "用来计算函数的值。"
|
|
8272
8580
|
},
|
|
8273
|
-
"
|
|
8274
|
-
"name": "
|
|
8275
|
-
"detail": "
|
|
8581
|
+
"n": {
|
|
8582
|
+
"name": "N",
|
|
8583
|
+
"detail": "贝赛耳函数的阶数。如果n不是整数,将被截尾取整。"
|
|
8276
8584
|
}
|
|
8277
8585
|
}
|
|
8278
8586
|
},
|
|
@@ -8286,13 +8594,9 @@
|
|
|
8286
8594
|
}
|
|
8287
8595
|
],
|
|
8288
8596
|
"functionParameter": {
|
|
8289
|
-
"
|
|
8290
|
-
"name": "
|
|
8291
|
-
"detail": "
|
|
8292
|
-
},
|
|
8293
|
-
"number2": {
|
|
8294
|
-
"name": "number2",
|
|
8295
|
-
"detail": "second"
|
|
8597
|
+
"number": {
|
|
8598
|
+
"name": "二进制数",
|
|
8599
|
+
"detail": "要转换的二进制数。"
|
|
8296
8600
|
}
|
|
8297
8601
|
}
|
|
8298
8602
|
},
|
|
@@ -8306,13 +8610,13 @@
|
|
|
8306
8610
|
}
|
|
8307
8611
|
],
|
|
8308
8612
|
"functionParameter": {
|
|
8309
|
-
"
|
|
8310
|
-
"name": "
|
|
8311
|
-
"detail": "
|
|
8613
|
+
"number": {
|
|
8614
|
+
"name": "二进制数",
|
|
8615
|
+
"detail": "要转换的二进制数。"
|
|
8312
8616
|
},
|
|
8313
|
-
"
|
|
8314
|
-
"name": "
|
|
8315
|
-
"detail": "
|
|
8617
|
+
"places": {
|
|
8618
|
+
"name": "字符数",
|
|
8619
|
+
"detail": "要使用的字符数。"
|
|
8316
8620
|
}
|
|
8317
8621
|
}
|
|
8318
8622
|
},
|
|
@@ -8326,13 +8630,13 @@
|
|
|
8326
8630
|
}
|
|
8327
8631
|
],
|
|
8328
8632
|
"functionParameter": {
|
|
8329
|
-
"
|
|
8330
|
-
"name": "
|
|
8331
|
-
"detail": "
|
|
8633
|
+
"number": {
|
|
8634
|
+
"name": "二进制数",
|
|
8635
|
+
"detail": "要转换的二进制数。"
|
|
8332
8636
|
},
|
|
8333
|
-
"
|
|
8334
|
-
"name": "
|
|
8335
|
-
"detail": "
|
|
8637
|
+
"places": {
|
|
8638
|
+
"name": "字符数",
|
|
8639
|
+
"detail": "要使用的字符数。"
|
|
8336
8640
|
}
|
|
8337
8641
|
}
|
|
8338
8642
|
},
|
|
@@ -8347,12 +8651,12 @@
|
|
|
8347
8651
|
],
|
|
8348
8652
|
"functionParameter": {
|
|
8349
8653
|
"number1": {
|
|
8350
|
-
"name": "
|
|
8351
|
-
"detail": "
|
|
8654
|
+
"name": "数值1",
|
|
8655
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8352
8656
|
},
|
|
8353
8657
|
"number2": {
|
|
8354
|
-
"name": "
|
|
8355
|
-
"detail": "
|
|
8658
|
+
"name": "数值2",
|
|
8659
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8356
8660
|
}
|
|
8357
8661
|
}
|
|
8358
8662
|
},
|
|
@@ -8366,13 +8670,13 @@
|
|
|
8366
8670
|
}
|
|
8367
8671
|
],
|
|
8368
8672
|
"functionParameter": {
|
|
8369
|
-
"
|
|
8370
|
-
"name": "
|
|
8371
|
-
"detail": "
|
|
8673
|
+
"number": {
|
|
8674
|
+
"name": "数值",
|
|
8675
|
+
"detail": "必须是大于或等于 0 的整数。"
|
|
8372
8676
|
},
|
|
8373
|
-
"
|
|
8374
|
-
"name": "
|
|
8375
|
-
"detail": "
|
|
8677
|
+
"shiftAmount": {
|
|
8678
|
+
"name": "移位量",
|
|
8679
|
+
"detail": "必须为整数。"
|
|
8376
8680
|
}
|
|
8377
8681
|
}
|
|
8378
8682
|
},
|
|
@@ -8387,12 +8691,12 @@
|
|
|
8387
8691
|
],
|
|
8388
8692
|
"functionParameter": {
|
|
8389
8693
|
"number1": {
|
|
8390
|
-
"name": "
|
|
8391
|
-
"detail": "
|
|
8694
|
+
"name": "数值1",
|
|
8695
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8392
8696
|
},
|
|
8393
8697
|
"number2": {
|
|
8394
|
-
"name": "
|
|
8395
|
-
"detail": "
|
|
8698
|
+
"name": "数值2",
|
|
8699
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8396
8700
|
}
|
|
8397
8701
|
}
|
|
8398
8702
|
},
|
|
@@ -8406,13 +8710,13 @@
|
|
|
8406
8710
|
}
|
|
8407
8711
|
],
|
|
8408
8712
|
"functionParameter": {
|
|
8409
|
-
"
|
|
8410
|
-
"name": "
|
|
8411
|
-
"detail": "
|
|
8713
|
+
"number": {
|
|
8714
|
+
"name": "数值",
|
|
8715
|
+
"detail": "必须是大于或等于 0 的整数。"
|
|
8412
8716
|
},
|
|
8413
|
-
"
|
|
8414
|
-
"name": "
|
|
8415
|
-
"detail": "
|
|
8717
|
+
"shiftAmount": {
|
|
8718
|
+
"name": "移位量",
|
|
8719
|
+
"detail": "必须为整数。"
|
|
8416
8720
|
}
|
|
8417
8721
|
}
|
|
8418
8722
|
},
|
|
@@ -8427,12 +8731,12 @@
|
|
|
8427
8731
|
],
|
|
8428
8732
|
"functionParameter": {
|
|
8429
8733
|
"number1": {
|
|
8430
|
-
"name": "
|
|
8431
|
-
"detail": "
|
|
8734
|
+
"name": "数值1",
|
|
8735
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8432
8736
|
},
|
|
8433
8737
|
"number2": {
|
|
8434
|
-
"name": "
|
|
8435
|
-
"detail": "
|
|
8738
|
+
"name": "数值2",
|
|
8739
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8436
8740
|
}
|
|
8437
8741
|
}
|
|
8438
8742
|
},
|
|
@@ -8446,13 +8750,17 @@
|
|
|
8446
8750
|
}
|
|
8447
8751
|
],
|
|
8448
8752
|
"functionParameter": {
|
|
8449
|
-
"
|
|
8450
|
-
"name": "
|
|
8451
|
-
"detail": "
|
|
8753
|
+
"realNum": {
|
|
8754
|
+
"name": "实系数",
|
|
8755
|
+
"detail": "复数的实系数。"
|
|
8452
8756
|
},
|
|
8453
|
-
"
|
|
8454
|
-
"name": "
|
|
8455
|
-
"detail": "
|
|
8757
|
+
"iNum": {
|
|
8758
|
+
"name": "虚系数",
|
|
8759
|
+
"detail": "复数的虚系数。"
|
|
8760
|
+
},
|
|
8761
|
+
"suffix": {
|
|
8762
|
+
"name": "后缀",
|
|
8763
|
+
"detail": "复数中虚系数的后缀。如果省略,则认为它是“i”。"
|
|
8456
8764
|
}
|
|
8457
8765
|
}
|
|
8458
8766
|
},
|
|
@@ -8466,13 +8774,17 @@
|
|
|
8466
8774
|
}
|
|
8467
8775
|
],
|
|
8468
8776
|
"functionParameter": {
|
|
8469
|
-
"
|
|
8470
|
-
"name": "
|
|
8471
|
-
"detail": "
|
|
8777
|
+
"number": {
|
|
8778
|
+
"name": "数值",
|
|
8779
|
+
"detail": "需要进行转换的数值。"
|
|
8472
8780
|
},
|
|
8473
|
-
"
|
|
8474
|
-
"name": "
|
|
8475
|
-
"detail": "
|
|
8781
|
+
"fromUnit": {
|
|
8782
|
+
"name": "转换前单位",
|
|
8783
|
+
"detail": "是数值的单位。"
|
|
8784
|
+
},
|
|
8785
|
+
"toUnit": {
|
|
8786
|
+
"name": "转换后单位",
|
|
8787
|
+
"detail": "是结果的单位。"
|
|
8476
8788
|
}
|
|
8477
8789
|
}
|
|
8478
8790
|
},
|
|
@@ -8486,13 +8798,13 @@
|
|
|
8486
8798
|
}
|
|
8487
8799
|
],
|
|
8488
8800
|
"functionParameter": {
|
|
8489
|
-
"
|
|
8490
|
-
"name": "
|
|
8491
|
-
"detail": "
|
|
8801
|
+
"number": {
|
|
8802
|
+
"name": "十进制数",
|
|
8803
|
+
"detail": "要转换的十进制数。"
|
|
8492
8804
|
},
|
|
8493
|
-
"
|
|
8494
|
-
"name": "
|
|
8495
|
-
"detail": "
|
|
8805
|
+
"places": {
|
|
8806
|
+
"name": "字符数",
|
|
8807
|
+
"detail": "要使用的字符数。"
|
|
8496
8808
|
}
|
|
8497
8809
|
}
|
|
8498
8810
|
},
|
|
@@ -8506,13 +8818,13 @@
|
|
|
8506
8818
|
}
|
|
8507
8819
|
],
|
|
8508
8820
|
"functionParameter": {
|
|
8509
|
-
"
|
|
8510
|
-
"name": "
|
|
8511
|
-
"detail": "
|
|
8821
|
+
"number": {
|
|
8822
|
+
"name": "十进制数",
|
|
8823
|
+
"detail": "要转换的十进制数。"
|
|
8512
8824
|
},
|
|
8513
|
-
"
|
|
8514
|
-
"name": "
|
|
8515
|
-
"detail": "
|
|
8825
|
+
"places": {
|
|
8826
|
+
"name": "字符数",
|
|
8827
|
+
"detail": "要使用的字符数。"
|
|
8516
8828
|
}
|
|
8517
8829
|
}
|
|
8518
8830
|
},
|
|
@@ -8526,13 +8838,13 @@
|
|
|
8526
8838
|
}
|
|
8527
8839
|
],
|
|
8528
8840
|
"functionParameter": {
|
|
8529
|
-
"
|
|
8530
|
-
"name": "
|
|
8531
|
-
"detail": "
|
|
8841
|
+
"number": {
|
|
8842
|
+
"name": "十进制数",
|
|
8843
|
+
"detail": "要转换的十进制数。"
|
|
8532
8844
|
},
|
|
8533
|
-
"
|
|
8534
|
-
"name": "
|
|
8535
|
-
"detail": "
|
|
8845
|
+
"places": {
|
|
8846
|
+
"name": "字符数",
|
|
8847
|
+
"detail": "要使用的字符数。"
|
|
8536
8848
|
}
|
|
8537
8849
|
}
|
|
8538
8850
|
},
|
|
@@ -8547,12 +8859,12 @@
|
|
|
8547
8859
|
],
|
|
8548
8860
|
"functionParameter": {
|
|
8549
8861
|
"number1": {
|
|
8550
|
-
"name": "
|
|
8551
|
-
"detail": "
|
|
8862
|
+
"name": "数值1",
|
|
8863
|
+
"detail": "第一个数值。"
|
|
8552
8864
|
},
|
|
8553
8865
|
"number2": {
|
|
8554
|
-
"name": "
|
|
8555
|
-
"detail": "
|
|
8866
|
+
"name": "数值2",
|
|
8867
|
+
"detail": "第二个数值。如果省略,则假设数值2为零。"
|
|
8556
8868
|
}
|
|
8557
8869
|
}
|
|
8558
8870
|
},
|
|
@@ -8566,13 +8878,13 @@
|
|
|
8566
8878
|
}
|
|
8567
8879
|
],
|
|
8568
8880
|
"functionParameter": {
|
|
8569
|
-
"
|
|
8570
|
-
"name": "
|
|
8571
|
-
"detail": "
|
|
8881
|
+
"lowerLimit": {
|
|
8882
|
+
"name": "下限",
|
|
8883
|
+
"detail": "ERF函数的积分下限。"
|
|
8572
8884
|
},
|
|
8573
|
-
"
|
|
8574
|
-
"name": "
|
|
8575
|
-
"detail": "
|
|
8885
|
+
"upperLimit": {
|
|
8886
|
+
"name": "上限",
|
|
8887
|
+
"detail": "ERF函数的积分上限。如果省略,ERF积分将在零到下限之间。"
|
|
8576
8888
|
}
|
|
8577
8889
|
}
|
|
8578
8890
|
},
|
|
@@ -8586,13 +8898,9 @@
|
|
|
8586
8898
|
}
|
|
8587
8899
|
],
|
|
8588
8900
|
"functionParameter": {
|
|
8589
|
-
"
|
|
8590
|
-
"name": "
|
|
8591
|
-
"detail": "
|
|
8592
|
-
},
|
|
8593
|
-
"number2": {
|
|
8594
|
-
"name": "number2",
|
|
8595
|
-
"detail": "second"
|
|
8901
|
+
"x": {
|
|
8902
|
+
"name": "下限",
|
|
8903
|
+
"detail": "ERF.PRECISE函数的积分下限。"
|
|
8596
8904
|
}
|
|
8597
8905
|
}
|
|
8598
8906
|
},
|
|
@@ -8606,13 +8914,9 @@
|
|
|
8606
8914
|
}
|
|
8607
8915
|
],
|
|
8608
8916
|
"functionParameter": {
|
|
8609
|
-
"
|
|
8610
|
-
"name": "
|
|
8611
|
-
"detail": "
|
|
8612
|
-
},
|
|
8613
|
-
"number2": {
|
|
8614
|
-
"name": "number2",
|
|
8615
|
-
"detail": "second"
|
|
8917
|
+
"x": {
|
|
8918
|
+
"name": "下限",
|
|
8919
|
+
"detail": "ERFC函数的积分下限。"
|
|
8616
8920
|
}
|
|
8617
8921
|
}
|
|
8618
8922
|
},
|
|
@@ -8626,13 +8930,9 @@
|
|
|
8626
8930
|
}
|
|
8627
8931
|
],
|
|
8628
8932
|
"functionParameter": {
|
|
8629
|
-
"
|
|
8630
|
-
"name": "
|
|
8631
|
-
"detail": "
|
|
8632
|
-
},
|
|
8633
|
-
"number2": {
|
|
8634
|
-
"name": "number2",
|
|
8635
|
-
"detail": "second"
|
|
8933
|
+
"x": {
|
|
8934
|
+
"name": "下限",
|
|
8935
|
+
"detail": "ERFC.PRECISE函数的积分下限。"
|
|
8636
8936
|
}
|
|
8637
8937
|
}
|
|
8638
8938
|
},
|
|
@@ -8666,13 +8966,13 @@
|
|
|
8666
8966
|
}
|
|
8667
8967
|
],
|
|
8668
8968
|
"functionParameter": {
|
|
8669
|
-
"
|
|
8670
|
-
"name": "
|
|
8671
|
-
"detail": "
|
|
8969
|
+
"number": {
|
|
8970
|
+
"name": "十六进制数",
|
|
8971
|
+
"detail": "要转换的十六进制数。"
|
|
8672
8972
|
},
|
|
8673
|
-
"
|
|
8674
|
-
"name": "
|
|
8675
|
-
"detail": "
|
|
8973
|
+
"places": {
|
|
8974
|
+
"name": "字符数",
|
|
8975
|
+
"detail": "要使用的字符数。"
|
|
8676
8976
|
}
|
|
8677
8977
|
}
|
|
8678
8978
|
},
|
|
@@ -8686,13 +8986,9 @@
|
|
|
8686
8986
|
}
|
|
8687
8987
|
],
|
|
8688
8988
|
"functionParameter": {
|
|
8689
|
-
"
|
|
8690
|
-
"name": "
|
|
8691
|
-
"detail": "
|
|
8692
|
-
},
|
|
8693
|
-
"number2": {
|
|
8694
|
-
"name": "number2",
|
|
8695
|
-
"detail": "second"
|
|
8989
|
+
"number": {
|
|
8990
|
+
"name": "十六进制数",
|
|
8991
|
+
"detail": "要转换的十六进制数。"
|
|
8696
8992
|
}
|
|
8697
8993
|
}
|
|
8698
8994
|
},
|
|
@@ -8706,13 +9002,13 @@
|
|
|
8706
9002
|
}
|
|
8707
9003
|
],
|
|
8708
9004
|
"functionParameter": {
|
|
8709
|
-
"
|
|
8710
|
-
"name": "
|
|
8711
|
-
"detail": "
|
|
9005
|
+
"number": {
|
|
9006
|
+
"name": "十六进制数",
|
|
9007
|
+
"detail": "要转换的十六进制数。"
|
|
8712
9008
|
},
|
|
8713
|
-
"
|
|
8714
|
-
"name": "
|
|
8715
|
-
"detail": "
|
|
9009
|
+
"places": {
|
|
9010
|
+
"name": "字符数",
|
|
9011
|
+
"detail": "要使用的字符数。"
|
|
8716
9012
|
}
|
|
8717
9013
|
}
|
|
8718
9014
|
},
|
|
@@ -9226,13 +9522,13 @@
|
|
|
9226
9522
|
}
|
|
9227
9523
|
],
|
|
9228
9524
|
"functionParameter": {
|
|
9229
|
-
"
|
|
9230
|
-
"name": "
|
|
9231
|
-
"detail": "
|
|
9525
|
+
"number": {
|
|
9526
|
+
"name": "八进制数",
|
|
9527
|
+
"detail": "要转换的八进制数。"
|
|
9232
9528
|
},
|
|
9233
|
-
"
|
|
9234
|
-
"name": "
|
|
9235
|
-
"detail": "
|
|
9529
|
+
"places": {
|
|
9530
|
+
"name": "字符数",
|
|
9531
|
+
"detail": "要使用的字符数。"
|
|
9236
9532
|
}
|
|
9237
9533
|
}
|
|
9238
9534
|
},
|
|
@@ -9246,13 +9542,9 @@
|
|
|
9246
9542
|
}
|
|
9247
9543
|
],
|
|
9248
9544
|
"functionParameter": {
|
|
9249
|
-
"
|
|
9250
|
-
"name": "
|
|
9251
|
-
"detail": "
|
|
9252
|
-
},
|
|
9253
|
-
"number2": {
|
|
9254
|
-
"name": "number2",
|
|
9255
|
-
"detail": "second"
|
|
9545
|
+
"number": {
|
|
9546
|
+
"name": "八进制数",
|
|
9547
|
+
"detail": "要转换的八进制数。"
|
|
9256
9548
|
}
|
|
9257
9549
|
}
|
|
9258
9550
|
},
|
|
@@ -9266,13 +9558,13 @@
|
|
|
9266
9558
|
}
|
|
9267
9559
|
],
|
|
9268
9560
|
"functionParameter": {
|
|
9269
|
-
"
|
|
9270
|
-
"name": "
|
|
9271
|
-
"detail": "
|
|
9561
|
+
"number": {
|
|
9562
|
+
"name": "八进制数",
|
|
9563
|
+
"detail": "要转换的八进制数。"
|
|
9272
9564
|
},
|
|
9273
|
-
"
|
|
9274
|
-
"name": "
|
|
9275
|
-
"detail": "
|
|
9565
|
+
"places": {
|
|
9566
|
+
"name": "字符数",
|
|
9567
|
+
"detail": "要使用的字符数。"
|
|
9276
9568
|
}
|
|
9277
9569
|
}
|
|
9278
9570
|
},
|
|
@@ -9986,13 +10278,17 @@
|
|
|
9986
10278
|
}
|
|
9987
10279
|
],
|
|
9988
10280
|
"functionParameter": {
|
|
9989
|
-
"
|
|
9990
|
-
"name": "
|
|
9991
|
-
"detail": "
|
|
10281
|
+
"number": {
|
|
10282
|
+
"name": "数值",
|
|
10283
|
+
"detail": "要找到其排位的数字。"
|
|
9992
10284
|
},
|
|
9993
|
-
"
|
|
9994
|
-
"name": "
|
|
9995
|
-
"detail": "
|
|
10285
|
+
"ref": {
|
|
10286
|
+
"name": "数字列表",
|
|
10287
|
+
"detail": "对数字列表的引用。Ref 中的非数字值会被忽略。"
|
|
10288
|
+
},
|
|
10289
|
+
"order": {
|
|
10290
|
+
"name": "排位方式",
|
|
10291
|
+
"detail": "一个指定数字排位方式的数字。0 或省略为降序,非 0 为升序。"
|
|
9996
10292
|
}
|
|
9997
10293
|
}
|
|
9998
10294
|
},
|