@univerjs/sheets-formula 0.2.7 → 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 +2 -2
- package/lib/es/index.js +880 -366
- package/lib/locale/en-US.json +616 -332
- package/lib/locale/ru-RU.json +616 -332
- package/lib/locale/vi-VN.json +624 -340
- package/lib/locale/zh-CN.json +624 -340
- package/lib/locale/zh-TW.json +624 -340
- 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 +4 -1
- 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 +408 -124
- 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/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/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -1
- package/lib/types/locale/ru-RU.d.ts +408 -124
- package/lib/types/locale/vi-VN.d.ts +408 -124
- package/lib/types/locale/zh-CN.d.ts +408 -124
- package/lib/types/locale/zh-TW.d.ts +408 -124
- 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 +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 +2 -2
- 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
|
},
|
|
@@ -8206,13 +8506,13 @@
|
|
|
8206
8506
|
}
|
|
8207
8507
|
],
|
|
8208
8508
|
"functionParameter": {
|
|
8209
|
-
"
|
|
8210
|
-
"name": "
|
|
8211
|
-
"detail": "
|
|
8509
|
+
"x": {
|
|
8510
|
+
"name": "X",
|
|
8511
|
+
"detail": "用来计算函数的值。"
|
|
8212
8512
|
},
|
|
8213
|
-
"
|
|
8214
|
-
"name": "
|
|
8215
|
-
"detail": "
|
|
8513
|
+
"n": {
|
|
8514
|
+
"name": "N",
|
|
8515
|
+
"detail": "贝赛耳函数的阶数。如果n不是整数,将被截尾取整。"
|
|
8216
8516
|
}
|
|
8217
8517
|
}
|
|
8218
8518
|
},
|
|
@@ -8226,13 +8526,13 @@
|
|
|
8226
8526
|
}
|
|
8227
8527
|
],
|
|
8228
8528
|
"functionParameter": {
|
|
8229
|
-
"
|
|
8230
|
-
"name": "
|
|
8231
|
-
"detail": "
|
|
8529
|
+
"x": {
|
|
8530
|
+
"name": "X",
|
|
8531
|
+
"detail": "用来计算函数的值。"
|
|
8232
8532
|
},
|
|
8233
|
-
"
|
|
8234
|
-
"name": "
|
|
8235
|
-
"detail": "
|
|
8533
|
+
"n": {
|
|
8534
|
+
"name": "N",
|
|
8535
|
+
"detail": "贝赛耳函数的阶数。如果n不是整数,将被截尾取整。"
|
|
8236
8536
|
}
|
|
8237
8537
|
}
|
|
8238
8538
|
},
|
|
@@ -8246,13 +8546,13 @@
|
|
|
8246
8546
|
}
|
|
8247
8547
|
],
|
|
8248
8548
|
"functionParameter": {
|
|
8249
|
-
"
|
|
8250
|
-
"name": "
|
|
8251
|
-
"detail": "
|
|
8549
|
+
"x": {
|
|
8550
|
+
"name": "X",
|
|
8551
|
+
"detail": "用来计算函数的值。"
|
|
8252
8552
|
},
|
|
8253
|
-
"
|
|
8254
|
-
"name": "
|
|
8255
|
-
"detail": "
|
|
8553
|
+
"n": {
|
|
8554
|
+
"name": "N",
|
|
8555
|
+
"detail": "贝赛耳函数的阶数。如果n不是整数,将被截尾取整。"
|
|
8256
8556
|
}
|
|
8257
8557
|
}
|
|
8258
8558
|
},
|
|
@@ -8266,13 +8566,13 @@
|
|
|
8266
8566
|
}
|
|
8267
8567
|
],
|
|
8268
8568
|
"functionParameter": {
|
|
8269
|
-
"
|
|
8270
|
-
"name": "
|
|
8271
|
-
"detail": "
|
|
8569
|
+
"x": {
|
|
8570
|
+
"name": "X",
|
|
8571
|
+
"detail": "用来计算函数的值。"
|
|
8272
8572
|
},
|
|
8273
|
-
"
|
|
8274
|
-
"name": "
|
|
8275
|
-
"detail": "
|
|
8573
|
+
"n": {
|
|
8574
|
+
"name": "N",
|
|
8575
|
+
"detail": "贝赛耳函数的阶数。如果n不是整数,将被截尾取整。"
|
|
8276
8576
|
}
|
|
8277
8577
|
}
|
|
8278
8578
|
},
|
|
@@ -8286,13 +8586,9 @@
|
|
|
8286
8586
|
}
|
|
8287
8587
|
],
|
|
8288
8588
|
"functionParameter": {
|
|
8289
|
-
"
|
|
8290
|
-
"name": "
|
|
8291
|
-
"detail": "
|
|
8292
|
-
},
|
|
8293
|
-
"number2": {
|
|
8294
|
-
"name": "number2",
|
|
8295
|
-
"detail": "second"
|
|
8589
|
+
"number": {
|
|
8590
|
+
"name": "二进制数",
|
|
8591
|
+
"detail": "要转换的二进制数。"
|
|
8296
8592
|
}
|
|
8297
8593
|
}
|
|
8298
8594
|
},
|
|
@@ -8306,13 +8602,13 @@
|
|
|
8306
8602
|
}
|
|
8307
8603
|
],
|
|
8308
8604
|
"functionParameter": {
|
|
8309
|
-
"
|
|
8310
|
-
"name": "
|
|
8311
|
-
"detail": "
|
|
8605
|
+
"number": {
|
|
8606
|
+
"name": "二进制数",
|
|
8607
|
+
"detail": "要转换的二进制数。"
|
|
8312
8608
|
},
|
|
8313
|
-
"
|
|
8314
|
-
"name": "
|
|
8315
|
-
"detail": "
|
|
8609
|
+
"places": {
|
|
8610
|
+
"name": "字符数",
|
|
8611
|
+
"detail": "要使用的字符数。"
|
|
8316
8612
|
}
|
|
8317
8613
|
}
|
|
8318
8614
|
},
|
|
@@ -8326,13 +8622,13 @@
|
|
|
8326
8622
|
}
|
|
8327
8623
|
],
|
|
8328
8624
|
"functionParameter": {
|
|
8329
|
-
"
|
|
8330
|
-
"name": "
|
|
8331
|
-
"detail": "
|
|
8625
|
+
"number": {
|
|
8626
|
+
"name": "二进制数",
|
|
8627
|
+
"detail": "要转换的二进制数。"
|
|
8332
8628
|
},
|
|
8333
|
-
"
|
|
8334
|
-
"name": "
|
|
8335
|
-
"detail": "
|
|
8629
|
+
"places": {
|
|
8630
|
+
"name": "字符数",
|
|
8631
|
+
"detail": "要使用的字符数。"
|
|
8336
8632
|
}
|
|
8337
8633
|
}
|
|
8338
8634
|
},
|
|
@@ -8347,12 +8643,12 @@
|
|
|
8347
8643
|
],
|
|
8348
8644
|
"functionParameter": {
|
|
8349
8645
|
"number1": {
|
|
8350
|
-
"name": "
|
|
8351
|
-
"detail": "
|
|
8646
|
+
"name": "数值1",
|
|
8647
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8352
8648
|
},
|
|
8353
8649
|
"number2": {
|
|
8354
|
-
"name": "
|
|
8355
|
-
"detail": "
|
|
8650
|
+
"name": "数值2",
|
|
8651
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8356
8652
|
}
|
|
8357
8653
|
}
|
|
8358
8654
|
},
|
|
@@ -8366,13 +8662,13 @@
|
|
|
8366
8662
|
}
|
|
8367
8663
|
],
|
|
8368
8664
|
"functionParameter": {
|
|
8369
|
-
"
|
|
8370
|
-
"name": "
|
|
8371
|
-
"detail": "
|
|
8665
|
+
"number": {
|
|
8666
|
+
"name": "数值",
|
|
8667
|
+
"detail": "必须是大于或等于 0 的整数。"
|
|
8372
8668
|
},
|
|
8373
|
-
"
|
|
8374
|
-
"name": "
|
|
8375
|
-
"detail": "
|
|
8669
|
+
"shiftAmount": {
|
|
8670
|
+
"name": "移位量",
|
|
8671
|
+
"detail": "必须为整数。"
|
|
8376
8672
|
}
|
|
8377
8673
|
}
|
|
8378
8674
|
},
|
|
@@ -8387,12 +8683,12 @@
|
|
|
8387
8683
|
],
|
|
8388
8684
|
"functionParameter": {
|
|
8389
8685
|
"number1": {
|
|
8390
|
-
"name": "
|
|
8391
|
-
"detail": "
|
|
8686
|
+
"name": "数值1",
|
|
8687
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8392
8688
|
},
|
|
8393
8689
|
"number2": {
|
|
8394
|
-
"name": "
|
|
8395
|
-
"detail": "
|
|
8690
|
+
"name": "数值2",
|
|
8691
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8396
8692
|
}
|
|
8397
8693
|
}
|
|
8398
8694
|
},
|
|
@@ -8406,13 +8702,13 @@
|
|
|
8406
8702
|
}
|
|
8407
8703
|
],
|
|
8408
8704
|
"functionParameter": {
|
|
8409
|
-
"
|
|
8410
|
-
"name": "
|
|
8411
|
-
"detail": "
|
|
8705
|
+
"number": {
|
|
8706
|
+
"name": "数值",
|
|
8707
|
+
"detail": "必须是大于或等于 0 的整数。"
|
|
8412
8708
|
},
|
|
8413
|
-
"
|
|
8414
|
-
"name": "
|
|
8415
|
-
"detail": "
|
|
8709
|
+
"shiftAmount": {
|
|
8710
|
+
"name": "移位量",
|
|
8711
|
+
"detail": "必须为整数。"
|
|
8416
8712
|
}
|
|
8417
8713
|
}
|
|
8418
8714
|
},
|
|
@@ -8427,12 +8723,12 @@
|
|
|
8427
8723
|
],
|
|
8428
8724
|
"functionParameter": {
|
|
8429
8725
|
"number1": {
|
|
8430
|
-
"name": "
|
|
8431
|
-
"detail": "
|
|
8726
|
+
"name": "数值1",
|
|
8727
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8432
8728
|
},
|
|
8433
8729
|
"number2": {
|
|
8434
|
-
"name": "
|
|
8435
|
-
"detail": "
|
|
8730
|
+
"name": "数值2",
|
|
8731
|
+
"detail": "必须为十进制格式且大于等于 0。"
|
|
8436
8732
|
}
|
|
8437
8733
|
}
|
|
8438
8734
|
},
|
|
@@ -8446,13 +8742,17 @@
|
|
|
8446
8742
|
}
|
|
8447
8743
|
],
|
|
8448
8744
|
"functionParameter": {
|
|
8449
|
-
"
|
|
8450
|
-
"name": "
|
|
8451
|
-
"detail": "
|
|
8745
|
+
"realNum": {
|
|
8746
|
+
"name": "实系数",
|
|
8747
|
+
"detail": "复数的实系数。"
|
|
8452
8748
|
},
|
|
8453
|
-
"
|
|
8454
|
-
"name": "
|
|
8455
|
-
"detail": "
|
|
8749
|
+
"iNum": {
|
|
8750
|
+
"name": "虚系数",
|
|
8751
|
+
"detail": "复数的虚系数。"
|
|
8752
|
+
},
|
|
8753
|
+
"suffix": {
|
|
8754
|
+
"name": "后缀",
|
|
8755
|
+
"detail": "复数中虚系数的后缀。如果省略,则认为它是“i”。"
|
|
8456
8756
|
}
|
|
8457
8757
|
}
|
|
8458
8758
|
},
|
|
@@ -8466,13 +8766,17 @@
|
|
|
8466
8766
|
}
|
|
8467
8767
|
],
|
|
8468
8768
|
"functionParameter": {
|
|
8469
|
-
"
|
|
8470
|
-
"name": "
|
|
8471
|
-
"detail": "
|
|
8769
|
+
"number": {
|
|
8770
|
+
"name": "数值",
|
|
8771
|
+
"detail": "需要进行转换的数值。"
|
|
8472
8772
|
},
|
|
8473
|
-
"
|
|
8474
|
-
"name": "
|
|
8475
|
-
"detail": "
|
|
8773
|
+
"fromUnit": {
|
|
8774
|
+
"name": "转换前单位",
|
|
8775
|
+
"detail": "是数值的单位。"
|
|
8776
|
+
},
|
|
8777
|
+
"toUnit": {
|
|
8778
|
+
"name": "转换后单位",
|
|
8779
|
+
"detail": "是结果的单位。"
|
|
8476
8780
|
}
|
|
8477
8781
|
}
|
|
8478
8782
|
},
|
|
@@ -8486,13 +8790,13 @@
|
|
|
8486
8790
|
}
|
|
8487
8791
|
],
|
|
8488
8792
|
"functionParameter": {
|
|
8489
|
-
"
|
|
8490
|
-
"name": "
|
|
8491
|
-
"detail": "
|
|
8793
|
+
"number": {
|
|
8794
|
+
"name": "十进制数",
|
|
8795
|
+
"detail": "要转换的十进制数。"
|
|
8492
8796
|
},
|
|
8493
|
-
"
|
|
8494
|
-
"name": "
|
|
8495
|
-
"detail": "
|
|
8797
|
+
"places": {
|
|
8798
|
+
"name": "字符数",
|
|
8799
|
+
"detail": "要使用的字符数。"
|
|
8496
8800
|
}
|
|
8497
8801
|
}
|
|
8498
8802
|
},
|
|
@@ -8506,13 +8810,13 @@
|
|
|
8506
8810
|
}
|
|
8507
8811
|
],
|
|
8508
8812
|
"functionParameter": {
|
|
8509
|
-
"
|
|
8510
|
-
"name": "
|
|
8511
|
-
"detail": "
|
|
8813
|
+
"number": {
|
|
8814
|
+
"name": "十进制数",
|
|
8815
|
+
"detail": "要转换的十进制数。"
|
|
8512
8816
|
},
|
|
8513
|
-
"
|
|
8514
|
-
"name": "
|
|
8515
|
-
"detail": "
|
|
8817
|
+
"places": {
|
|
8818
|
+
"name": "字符数",
|
|
8819
|
+
"detail": "要使用的字符数。"
|
|
8516
8820
|
}
|
|
8517
8821
|
}
|
|
8518
8822
|
},
|
|
@@ -8526,13 +8830,13 @@
|
|
|
8526
8830
|
}
|
|
8527
8831
|
],
|
|
8528
8832
|
"functionParameter": {
|
|
8529
|
-
"
|
|
8530
|
-
"name": "
|
|
8531
|
-
"detail": "
|
|
8833
|
+
"number": {
|
|
8834
|
+
"name": "十进制数",
|
|
8835
|
+
"detail": "要转换的十进制数。"
|
|
8532
8836
|
},
|
|
8533
|
-
"
|
|
8534
|
-
"name": "
|
|
8535
|
-
"detail": "
|
|
8837
|
+
"places": {
|
|
8838
|
+
"name": "字符数",
|
|
8839
|
+
"detail": "要使用的字符数。"
|
|
8536
8840
|
}
|
|
8537
8841
|
}
|
|
8538
8842
|
},
|
|
@@ -8547,12 +8851,12 @@
|
|
|
8547
8851
|
],
|
|
8548
8852
|
"functionParameter": {
|
|
8549
8853
|
"number1": {
|
|
8550
|
-
"name": "
|
|
8551
|
-
"detail": "
|
|
8854
|
+
"name": "数值1",
|
|
8855
|
+
"detail": "第一个数值。"
|
|
8552
8856
|
},
|
|
8553
8857
|
"number2": {
|
|
8554
|
-
"name": "
|
|
8555
|
-
"detail": "
|
|
8858
|
+
"name": "数值2",
|
|
8859
|
+
"detail": "第二个数值。如果省略,则假设数值2为零。"
|
|
8556
8860
|
}
|
|
8557
8861
|
}
|
|
8558
8862
|
},
|
|
@@ -8566,13 +8870,13 @@
|
|
|
8566
8870
|
}
|
|
8567
8871
|
],
|
|
8568
8872
|
"functionParameter": {
|
|
8569
|
-
"
|
|
8570
|
-
"name": "
|
|
8571
|
-
"detail": "
|
|
8873
|
+
"lowerLimit": {
|
|
8874
|
+
"name": "下限",
|
|
8875
|
+
"detail": "ERF函数的积分下限。"
|
|
8572
8876
|
},
|
|
8573
|
-
"
|
|
8574
|
-
"name": "
|
|
8575
|
-
"detail": "
|
|
8877
|
+
"upperLimit": {
|
|
8878
|
+
"name": "上限",
|
|
8879
|
+
"detail": "ERF函数的积分上限。如果省略,ERF积分将在零到下限之间。"
|
|
8576
8880
|
}
|
|
8577
8881
|
}
|
|
8578
8882
|
},
|
|
@@ -8586,13 +8890,9 @@
|
|
|
8586
8890
|
}
|
|
8587
8891
|
],
|
|
8588
8892
|
"functionParameter": {
|
|
8589
|
-
"
|
|
8590
|
-
"name": "
|
|
8591
|
-
"detail": "
|
|
8592
|
-
},
|
|
8593
|
-
"number2": {
|
|
8594
|
-
"name": "number2",
|
|
8595
|
-
"detail": "second"
|
|
8893
|
+
"x": {
|
|
8894
|
+
"name": "下限",
|
|
8895
|
+
"detail": "ERF.PRECISE函数的积分下限。"
|
|
8596
8896
|
}
|
|
8597
8897
|
}
|
|
8598
8898
|
},
|
|
@@ -8606,13 +8906,9 @@
|
|
|
8606
8906
|
}
|
|
8607
8907
|
],
|
|
8608
8908
|
"functionParameter": {
|
|
8609
|
-
"
|
|
8610
|
-
"name": "
|
|
8611
|
-
"detail": "
|
|
8612
|
-
},
|
|
8613
|
-
"number2": {
|
|
8614
|
-
"name": "number2",
|
|
8615
|
-
"detail": "second"
|
|
8909
|
+
"x": {
|
|
8910
|
+
"name": "下限",
|
|
8911
|
+
"detail": "ERFC函数的积分下限。"
|
|
8616
8912
|
}
|
|
8617
8913
|
}
|
|
8618
8914
|
},
|
|
@@ -8626,13 +8922,9 @@
|
|
|
8626
8922
|
}
|
|
8627
8923
|
],
|
|
8628
8924
|
"functionParameter": {
|
|
8629
|
-
"
|
|
8630
|
-
"name": "
|
|
8631
|
-
"detail": "
|
|
8632
|
-
},
|
|
8633
|
-
"number2": {
|
|
8634
|
-
"name": "number2",
|
|
8635
|
-
"detail": "second"
|
|
8925
|
+
"x": {
|
|
8926
|
+
"name": "下限",
|
|
8927
|
+
"detail": "ERFC.PRECISE函数的积分下限。"
|
|
8636
8928
|
}
|
|
8637
8929
|
}
|
|
8638
8930
|
},
|
|
@@ -8666,13 +8958,13 @@
|
|
|
8666
8958
|
}
|
|
8667
8959
|
],
|
|
8668
8960
|
"functionParameter": {
|
|
8669
|
-
"
|
|
8670
|
-
"name": "
|
|
8671
|
-
"detail": "
|
|
8961
|
+
"number": {
|
|
8962
|
+
"name": "十六进制数",
|
|
8963
|
+
"detail": "要转换的十六进制数。"
|
|
8672
8964
|
},
|
|
8673
|
-
"
|
|
8674
|
-
"name": "
|
|
8675
|
-
"detail": "
|
|
8965
|
+
"places": {
|
|
8966
|
+
"name": "字符数",
|
|
8967
|
+
"detail": "要使用的字符数。"
|
|
8676
8968
|
}
|
|
8677
8969
|
}
|
|
8678
8970
|
},
|
|
@@ -8686,13 +8978,9 @@
|
|
|
8686
8978
|
}
|
|
8687
8979
|
],
|
|
8688
8980
|
"functionParameter": {
|
|
8689
|
-
"
|
|
8690
|
-
"name": "
|
|
8691
|
-
"detail": "
|
|
8692
|
-
},
|
|
8693
|
-
"number2": {
|
|
8694
|
-
"name": "number2",
|
|
8695
|
-
"detail": "second"
|
|
8981
|
+
"number": {
|
|
8982
|
+
"name": "十六进制数",
|
|
8983
|
+
"detail": "要转换的十六进制数。"
|
|
8696
8984
|
}
|
|
8697
8985
|
}
|
|
8698
8986
|
},
|
|
@@ -8706,13 +8994,13 @@
|
|
|
8706
8994
|
}
|
|
8707
8995
|
],
|
|
8708
8996
|
"functionParameter": {
|
|
8709
|
-
"
|
|
8710
|
-
"name": "
|
|
8711
|
-
"detail": "
|
|
8997
|
+
"number": {
|
|
8998
|
+
"name": "十六进制数",
|
|
8999
|
+
"detail": "要转换的十六进制数。"
|
|
8712
9000
|
},
|
|
8713
|
-
"
|
|
8714
|
-
"name": "
|
|
8715
|
-
"detail": "
|
|
9001
|
+
"places": {
|
|
9002
|
+
"name": "字符数",
|
|
9003
|
+
"detail": "要使用的字符数。"
|
|
8716
9004
|
}
|
|
8717
9005
|
}
|
|
8718
9006
|
},
|
|
@@ -9226,13 +9514,13 @@
|
|
|
9226
9514
|
}
|
|
9227
9515
|
],
|
|
9228
9516
|
"functionParameter": {
|
|
9229
|
-
"
|
|
9230
|
-
"name": "
|
|
9231
|
-
"detail": "
|
|
9517
|
+
"number": {
|
|
9518
|
+
"name": "八进制数",
|
|
9519
|
+
"detail": "要转换的八进制数。"
|
|
9232
9520
|
},
|
|
9233
|
-
"
|
|
9234
|
-
"name": "
|
|
9235
|
-
"detail": "
|
|
9521
|
+
"places": {
|
|
9522
|
+
"name": "字符数",
|
|
9523
|
+
"detail": "要使用的字符数。"
|
|
9236
9524
|
}
|
|
9237
9525
|
}
|
|
9238
9526
|
},
|
|
@@ -9246,13 +9534,9 @@
|
|
|
9246
9534
|
}
|
|
9247
9535
|
],
|
|
9248
9536
|
"functionParameter": {
|
|
9249
|
-
"
|
|
9250
|
-
"name": "
|
|
9251
|
-
"detail": "
|
|
9252
|
-
},
|
|
9253
|
-
"number2": {
|
|
9254
|
-
"name": "number2",
|
|
9255
|
-
"detail": "second"
|
|
9537
|
+
"number": {
|
|
9538
|
+
"name": "八进制数",
|
|
9539
|
+
"detail": "要转换的八进制数。"
|
|
9256
9540
|
}
|
|
9257
9541
|
}
|
|
9258
9542
|
},
|
|
@@ -9266,13 +9550,13 @@
|
|
|
9266
9550
|
}
|
|
9267
9551
|
],
|
|
9268
9552
|
"functionParameter": {
|
|
9269
|
-
"
|
|
9270
|
-
"name": "
|
|
9271
|
-
"detail": "
|
|
9553
|
+
"number": {
|
|
9554
|
+
"name": "八进制数",
|
|
9555
|
+
"detail": "要转换的八进制数。"
|
|
9272
9556
|
},
|
|
9273
|
-
"
|
|
9274
|
-
"name": "
|
|
9275
|
-
"detail": "
|
|
9557
|
+
"places": {
|
|
9558
|
+
"name": "字符数",
|
|
9559
|
+
"detail": "要使用的字符数。"
|
|
9276
9560
|
}
|
|
9277
9561
|
}
|
|
9278
9562
|
},
|