@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/ru-RU.json
CHANGED
|
@@ -20,13 +20,37 @@
|
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"functionParameter": {
|
|
23
|
-
"
|
|
24
|
-
"name": "
|
|
25
|
-
"detail": "
|
|
23
|
+
"issue": {
|
|
24
|
+
"name": "issue",
|
|
25
|
+
"detail": "The security's issue date."
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"name": "
|
|
29
|
-
"detail": "
|
|
27
|
+
"firstInterest": {
|
|
28
|
+
"name": "first_interest",
|
|
29
|
+
"detail": "The security's first interest date."
|
|
30
|
+
},
|
|
31
|
+
"settlement": {
|
|
32
|
+
"name": "settlement",
|
|
33
|
+
"detail": "The security's maturity date."
|
|
34
|
+
},
|
|
35
|
+
"rate": {
|
|
36
|
+
"name": "rate",
|
|
37
|
+
"detail": "The security's annual coupon rate."
|
|
38
|
+
},
|
|
39
|
+
"par": {
|
|
40
|
+
"name": "par",
|
|
41
|
+
"detail": "The security's par value."
|
|
42
|
+
},
|
|
43
|
+
"frequency": {
|
|
44
|
+
"name": "frequency",
|
|
45
|
+
"detail": "The number of coupon payments per year."
|
|
46
|
+
},
|
|
47
|
+
"basis": {
|
|
48
|
+
"name": "basis",
|
|
49
|
+
"detail": "The type of day count basis to use."
|
|
50
|
+
},
|
|
51
|
+
"calcMethod": {
|
|
52
|
+
"name": "calc_method",
|
|
53
|
+
"detail": "Is a logical value: interest accrues from the issue date = TRUE or ignored; interest accrues from the last coupon payment date = 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": "issue",
|
|
69
|
+
"detail": "The security's issue date."
|
|
46
70
|
},
|
|
47
|
-
"
|
|
48
|
-
"name": "
|
|
49
|
-
"detail": "
|
|
71
|
+
"settlement": {
|
|
72
|
+
"name": "settlement",
|
|
73
|
+
"detail": "The security's maturity date."
|
|
74
|
+
},
|
|
75
|
+
"rate": {
|
|
76
|
+
"name": "rate",
|
|
77
|
+
"detail": "The security's annual coupon rate."
|
|
78
|
+
},
|
|
79
|
+
"par": {
|
|
80
|
+
"name": "par",
|
|
81
|
+
"detail": "The security's par value."
|
|
82
|
+
},
|
|
83
|
+
"basis": {
|
|
84
|
+
"name": "basis",
|
|
85
|
+
"detail": "The type of day count basis to use."
|
|
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": "cost",
|
|
121
|
+
"detail": "The cost of the asset."
|
|
86
122
|
},
|
|
87
|
-
"
|
|
88
|
-
"name": "
|
|
89
|
-
"detail": "
|
|
123
|
+
"datePurchased": {
|
|
124
|
+
"name": "date_purchased",
|
|
125
|
+
"detail": "The date of the purchase of the asset."
|
|
126
|
+
},
|
|
127
|
+
"firstPeriod": {
|
|
128
|
+
"name": "first_period",
|
|
129
|
+
"detail": "The date of the end of the first period."
|
|
130
|
+
},
|
|
131
|
+
"salvage": {
|
|
132
|
+
"name": "salvage",
|
|
133
|
+
"detail": "The salvage value at the end of the life of the asset."
|
|
134
|
+
},
|
|
135
|
+
"period": {
|
|
136
|
+
"name": "period",
|
|
137
|
+
"detail": "The period."
|
|
138
|
+
},
|
|
139
|
+
"rate": {
|
|
140
|
+
"name": "rate",
|
|
141
|
+
"detail": "The rate of depreciation."
|
|
142
|
+
},
|
|
143
|
+
"basis": {
|
|
144
|
+
"name": "basis",
|
|
145
|
+
"detail": "The year basis to be used."
|
|
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": "settlement",
|
|
161
|
+
"detail": "The security's settlement date."
|
|
106
162
|
},
|
|
107
|
-
"
|
|
108
|
-
"name": "
|
|
109
|
-
"detail": "
|
|
163
|
+
"maturity": {
|
|
164
|
+
"name": "maturity",
|
|
165
|
+
"detail": "The security's maturity date."
|
|
166
|
+
},
|
|
167
|
+
"frequency": {
|
|
168
|
+
"name": "frequency",
|
|
169
|
+
"detail": "The number of coupon payments per year."
|
|
170
|
+
},
|
|
171
|
+
"basis": {
|
|
172
|
+
"name": "basis",
|
|
173
|
+
"detail": "The type of day count basis to use."
|
|
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": "settlement",
|
|
189
|
+
"detail": "The security's settlement date."
|
|
126
190
|
},
|
|
127
|
-
"
|
|
128
|
-
"name": "
|
|
129
|
-
"detail": "
|
|
191
|
+
"maturity": {
|
|
192
|
+
"name": "maturity",
|
|
193
|
+
"detail": "The security's maturity date."
|
|
194
|
+
},
|
|
195
|
+
"frequency": {
|
|
196
|
+
"name": "frequency",
|
|
197
|
+
"detail": "The number of coupon payments per year."
|
|
198
|
+
},
|
|
199
|
+
"basis": {
|
|
200
|
+
"name": "basis",
|
|
201
|
+
"detail": "The type of day count basis to use."
|
|
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": "settlement",
|
|
217
|
+
"detail": "The security's settlement date."
|
|
146
218
|
},
|
|
147
|
-
"
|
|
148
|
-
"name": "
|
|
149
|
-
"detail": "
|
|
219
|
+
"maturity": {
|
|
220
|
+
"name": "maturity",
|
|
221
|
+
"detail": "The security's maturity date."
|
|
222
|
+
},
|
|
223
|
+
"frequency": {
|
|
224
|
+
"name": "frequency",
|
|
225
|
+
"detail": "The number of coupon payments per year."
|
|
226
|
+
},
|
|
227
|
+
"basis": {
|
|
228
|
+
"name": "basis",
|
|
229
|
+
"detail": "The type of day count basis to use."
|
|
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": "settlement",
|
|
245
|
+
"detail": "The security's settlement date."
|
|
166
246
|
},
|
|
167
|
-
"
|
|
168
|
-
"name": "
|
|
169
|
-
"detail": "
|
|
247
|
+
"maturity": {
|
|
248
|
+
"name": "maturity",
|
|
249
|
+
"detail": "The security's maturity date."
|
|
250
|
+
},
|
|
251
|
+
"frequency": {
|
|
252
|
+
"name": "frequency",
|
|
253
|
+
"detail": "The number of coupon payments per year."
|
|
254
|
+
},
|
|
255
|
+
"basis": {
|
|
256
|
+
"name": "basis",
|
|
257
|
+
"detail": "The type of day count basis to use."
|
|
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": "settlement",
|
|
273
|
+
"detail": "The security's settlement date."
|
|
186
274
|
},
|
|
187
|
-
"
|
|
188
|
-
"name": "
|
|
189
|
-
"detail": "
|
|
275
|
+
"maturity": {
|
|
276
|
+
"name": "maturity",
|
|
277
|
+
"detail": "The security's maturity date."
|
|
278
|
+
},
|
|
279
|
+
"frequency": {
|
|
280
|
+
"name": "frequency",
|
|
281
|
+
"detail": "The number of coupon payments per year."
|
|
282
|
+
},
|
|
283
|
+
"basis": {
|
|
284
|
+
"name": "basis",
|
|
285
|
+
"detail": "The type of day count basis to use."
|
|
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": "settlement",
|
|
301
|
+
"detail": "The security's settlement date."
|
|
206
302
|
},
|
|
207
|
-
"
|
|
208
|
-
"name": "
|
|
209
|
-
"detail": "
|
|
303
|
+
"maturity": {
|
|
304
|
+
"name": "maturity",
|
|
305
|
+
"detail": "The security's maturity date."
|
|
306
|
+
},
|
|
307
|
+
"frequency": {
|
|
308
|
+
"name": "frequency",
|
|
309
|
+
"detail": "The number of coupon payments per year."
|
|
310
|
+
},
|
|
311
|
+
"basis": {
|
|
312
|
+
"name": "basis",
|
|
313
|
+
"detail": "The type of day count basis to use."
|
|
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": "rate",
|
|
329
|
+
"detail": "The interest rate."
|
|
226
330
|
},
|
|
227
|
-
"
|
|
228
|
-
"name": "
|
|
229
|
-
"detail": "
|
|
331
|
+
"nper": {
|
|
332
|
+
"name": "nper",
|
|
333
|
+
"detail": "The total number of payment periods."
|
|
334
|
+
},
|
|
335
|
+
"pv": {
|
|
336
|
+
"name": "pv",
|
|
337
|
+
"detail": "The present value."
|
|
338
|
+
},
|
|
339
|
+
"startPeriod": {
|
|
340
|
+
"name": "start_period",
|
|
341
|
+
"detail": "The first period in the calculation. Payment periods are numbered beginning with 1."
|
|
342
|
+
},
|
|
343
|
+
"endPeriod": {
|
|
344
|
+
"name": "end_period",
|
|
345
|
+
"detail": "The last period in the calculation."
|
|
346
|
+
},
|
|
347
|
+
"type": {
|
|
348
|
+
"name": "type",
|
|
349
|
+
"detail": "The timing of the payment."
|
|
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": "rate",
|
|
365
|
+
"detail": "The interest rate."
|
|
246
366
|
},
|
|
247
|
-
"
|
|
248
|
-
"name": "
|
|
249
|
-
"detail": "
|
|
367
|
+
"nper": {
|
|
368
|
+
"name": "nper",
|
|
369
|
+
"detail": "The total number of payment periods."
|
|
370
|
+
},
|
|
371
|
+
"pv": {
|
|
372
|
+
"name": "pv",
|
|
373
|
+
"detail": "The present value."
|
|
374
|
+
},
|
|
375
|
+
"startPeriod": {
|
|
376
|
+
"name": "start_period",
|
|
377
|
+
"detail": "The first period in the calculation. Payment periods are numbered beginning with 1."
|
|
378
|
+
},
|
|
379
|
+
"endPeriod": {
|
|
380
|
+
"name": "end_period",
|
|
381
|
+
"detail": "The last period in the calculation."
|
|
382
|
+
},
|
|
383
|
+
"type": {
|
|
384
|
+
"name": "type",
|
|
385
|
+
"detail": "The timing of the payment."
|
|
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": "cost",
|
|
401
|
+
"detail": "The initial cost of the asset."
|
|
266
402
|
},
|
|
267
|
-
"
|
|
268
|
-
"name": "
|
|
269
|
-
"detail": "
|
|
403
|
+
"salvage": {
|
|
404
|
+
"name": "salvage",
|
|
405
|
+
"detail": "The value at the end of the depreciation (sometimes called the salvage value of the asset)."
|
|
406
|
+
},
|
|
407
|
+
"life": {
|
|
408
|
+
"name": "life",
|
|
409
|
+
"detail": "The number of periods over which the asset is being depreciated (sometimes called the useful life of the asset)."
|
|
410
|
+
},
|
|
411
|
+
"period": {
|
|
412
|
+
"name": "period",
|
|
413
|
+
"detail": "The period for which you want to calculate the depreciation."
|
|
414
|
+
},
|
|
415
|
+
"month": {
|
|
416
|
+
"name": "month",
|
|
417
|
+
"detail": "The number of months in the first year. If month is omitted, it is assumed to be 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": "cost",
|
|
433
|
+
"detail": "The initial cost of the asset."
|
|
286
434
|
},
|
|
287
|
-
"
|
|
288
|
-
"name": "
|
|
289
|
-
"detail": "
|
|
435
|
+
"salvage": {
|
|
436
|
+
"name": "salvage",
|
|
437
|
+
"detail": "The value at the end of the depreciation (sometimes called the salvage value of the asset)."
|
|
438
|
+
},
|
|
439
|
+
"life": {
|
|
440
|
+
"name": "life",
|
|
441
|
+
"detail": "The number of periods over which the asset is being depreciated (sometimes called the useful life of the asset)."
|
|
442
|
+
},
|
|
443
|
+
"period": {
|
|
444
|
+
"name": "period",
|
|
445
|
+
"detail": "The period for which you want to calculate the depreciation."
|
|
446
|
+
},
|
|
447
|
+
"factor": {
|
|
448
|
+
"name": "factor",
|
|
449
|
+
"detail": "The rate at which the balance declines. If factor is omitted, it is assumed to be 2 (the double-declining balance method)."
|
|
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": "settlement",
|
|
465
|
+
"detail": "The security's settlement date."
|
|
306
466
|
},
|
|
307
|
-
"
|
|
308
|
-
"name": "
|
|
309
|
-
"detail": "
|
|
467
|
+
"maturity": {
|
|
468
|
+
"name": "maturity",
|
|
469
|
+
"detail": "The security's maturity date."
|
|
470
|
+
},
|
|
471
|
+
"pr": {
|
|
472
|
+
"name": "pr",
|
|
473
|
+
"detail": "The security's price per $100 face value."
|
|
474
|
+
},
|
|
475
|
+
"redemption": {
|
|
476
|
+
"name": "redemption",
|
|
477
|
+
"detail": "The security's redemption value per $100 face value."
|
|
478
|
+
},
|
|
479
|
+
"basis": {
|
|
480
|
+
"name": "basis",
|
|
481
|
+
"detail": "The type of day count basis to use."
|
|
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": "fractional_dollar",
|
|
497
|
+
"detail": "A number expressed as an integer part and a fraction part, separated by a decimal symbol."
|
|
326
498
|
},
|
|
327
|
-
"
|
|
328
|
-
"name": "
|
|
329
|
-
"detail": "
|
|
499
|
+
"fraction": {
|
|
500
|
+
"name": "fraction",
|
|
501
|
+
"detail": "The integer to use in the denominator of the fraction."
|
|
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": "decimal_dollar",
|
|
517
|
+
"detail": "A decimal number."
|
|
346
518
|
},
|
|
347
|
-
"
|
|
348
|
-
"name": "
|
|
349
|
-
"detail": "
|
|
519
|
+
"fraction": {
|
|
520
|
+
"name": "fraction",
|
|
521
|
+
"detail": "The integer to use in the denominator of the fraction."
|
|
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": "nominal_rate",
|
|
557
|
+
"detail": "The nominal interest rate."
|
|
386
558
|
},
|
|
387
|
-
"
|
|
388
|
-
"name": "
|
|
389
|
-
"detail": "
|
|
559
|
+
"npery": {
|
|
560
|
+
"name": "npery",
|
|
561
|
+
"detail": "The number of compounding periods per year."
|
|
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": "rate",
|
|
577
|
+
"detail": "The interest rate per period."
|
|
406
578
|
},
|
|
407
|
-
"
|
|
408
|
-
"name": "
|
|
409
|
-
"detail": "
|
|
579
|
+
"nper": {
|
|
580
|
+
"name": "nper",
|
|
581
|
+
"detail": "The total number of payment periods in an annuity."
|
|
582
|
+
},
|
|
583
|
+
"pmt": {
|
|
584
|
+
"name": "pmt",
|
|
585
|
+
"detail": "The payment made each period; it cannot change over the life of the annuity."
|
|
586
|
+
},
|
|
587
|
+
"pv": {
|
|
588
|
+
"name": "pv",
|
|
589
|
+
"detail": "The present value, or the lump-sum amount that a series of future payments is worth right now."
|
|
590
|
+
},
|
|
591
|
+
"type": {
|
|
592
|
+
"name": "type",
|
|
593
|
+
"detail": "The number 0 or 1 and indicates when payments are due."
|
|
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": "principal",
|
|
609
|
+
"detail": "The present value."
|
|
426
610
|
},
|
|
427
|
-
"
|
|
428
|
-
"name": "
|
|
429
|
-
"detail": "
|
|
611
|
+
"schedule": {
|
|
612
|
+
"name": "schedule",
|
|
613
|
+
"detail": "An array of interest rates to apply."
|
|
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": "settlement",
|
|
629
|
+
"detail": "The security's settlement date."
|
|
446
630
|
},
|
|
447
|
-
"
|
|
448
|
-
"name": "
|
|
449
|
-
"detail": "
|
|
631
|
+
"maturity": {
|
|
632
|
+
"name": "maturity",
|
|
633
|
+
"detail": "The security's maturity date."
|
|
634
|
+
},
|
|
635
|
+
"investment": {
|
|
636
|
+
"name": "investment",
|
|
637
|
+
"detail": "The amount invested in the security."
|
|
638
|
+
},
|
|
639
|
+
"redemption": {
|
|
640
|
+
"name": "redemption",
|
|
641
|
+
"detail": "The amount to be received at maturity."
|
|
642
|
+
},
|
|
643
|
+
"basis": {
|
|
644
|
+
"name": "basis",
|
|
645
|
+
"detail": "The type of day count basis to use."
|
|
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": "rate",
|
|
661
|
+
"detail": "The interest rate per period."
|
|
466
662
|
},
|
|
467
|
-
"
|
|
468
|
-
"name": "
|
|
469
|
-
"detail": "
|
|
663
|
+
"per": {
|
|
664
|
+
"name": "per",
|
|
665
|
+
"detail": "The period for which you want to find the interest and must be in the range 1 to nper."
|
|
666
|
+
},
|
|
667
|
+
"nper": {
|
|
668
|
+
"name": "nper",
|
|
669
|
+
"detail": "The total number of payment periods in an annuity."
|
|
670
|
+
},
|
|
671
|
+
"pv": {
|
|
672
|
+
"name": "pv",
|
|
673
|
+
"detail": "The present value, or the lump-sum amount that a series of future payments is worth right now."
|
|
674
|
+
},
|
|
675
|
+
"fv": {
|
|
676
|
+
"name": "fv",
|
|
677
|
+
"detail": "The future value, or a cash balance you want to attain after the last payment is made."
|
|
678
|
+
},
|
|
679
|
+
"type": {
|
|
680
|
+
"name": "type",
|
|
681
|
+
"detail": "The number 0 or 1 and indicates when payments are due."
|
|
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": "rate",
|
|
717
|
+
"detail": "The interest rate for the investment."
|
|
506
718
|
},
|
|
507
|
-
"
|
|
508
|
-
"name": "
|
|
509
|
-
"detail": "
|
|
719
|
+
"per": {
|
|
720
|
+
"name": "per",
|
|
721
|
+
"detail": "The period for which you want to find the interest, and must be between 1 and Nper."
|
|
722
|
+
},
|
|
723
|
+
"nper": {
|
|
724
|
+
"name": "nper",
|
|
725
|
+
"detail": "The total number of payment periods for the investment."
|
|
726
|
+
},
|
|
727
|
+
"pv": {
|
|
728
|
+
"name": "pv",
|
|
729
|
+
"detail": "The present value of the investment. For a loan, Pv is the loan amount."
|
|
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": "effect_rate",
|
|
785
|
+
"detail": "The effective interest rate."
|
|
566
786
|
},
|
|
567
|
-
"
|
|
568
|
-
"name": "
|
|
569
|
-
"detail": "
|
|
787
|
+
"npery": {
|
|
788
|
+
"name": "npery",
|
|
789
|
+
"detail": "The number of compounding periods per year."
|
|
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": "rate",
|
|
805
|
+
"detail": "The interest rate per period."
|
|
586
806
|
},
|
|
587
|
-
"
|
|
588
|
-
"name": "
|
|
589
|
-
"detail": "
|
|
807
|
+
"pmt": {
|
|
808
|
+
"name": "pmt",
|
|
809
|
+
"detail": "The payment made each period; it cannot change over the life of the annuity."
|
|
810
|
+
},
|
|
811
|
+
"pv": {
|
|
812
|
+
"name": "pv",
|
|
813
|
+
"detail": "The present value, or the lump-sum amount that a series of future payments is worth right now."
|
|
814
|
+
},
|
|
815
|
+
"fv": {
|
|
816
|
+
"name": "fv",
|
|
817
|
+
"detail": "The future value, or a cash balance you want to attain after the last payment is made."
|
|
818
|
+
},
|
|
819
|
+
"type": {
|
|
820
|
+
"name": "type",
|
|
821
|
+
"detail": "The number 0 or 1 and indicates when payments are due."
|
|
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": "rate",
|
|
957
|
+
"detail": "The interest rate per period."
|
|
726
958
|
},
|
|
727
|
-
"
|
|
728
|
-
"name": "
|
|
729
|
-
"detail": "
|
|
959
|
+
"nper": {
|
|
960
|
+
"name": "nper",
|
|
961
|
+
"detail": "The total number of payment periods in an annuity."
|
|
962
|
+
},
|
|
963
|
+
"pv": {
|
|
964
|
+
"name": "pv",
|
|
965
|
+
"detail": "The present value, or the lump-sum amount that a series of future payments is worth right now."
|
|
966
|
+
},
|
|
967
|
+
"fv": {
|
|
968
|
+
"name": "fv",
|
|
969
|
+
"detail": "The future value, or a cash balance you want to attain after the last payment is made."
|
|
970
|
+
},
|
|
971
|
+
"type": {
|
|
972
|
+
"name": "type",
|
|
973
|
+
"detail": "The number 0 or 1 and indicates when payments are due."
|
|
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": "rate",
|
|
989
|
+
"detail": "The interest rate per period."
|
|
746
990
|
},
|
|
747
|
-
"
|
|
748
|
-
"name": "
|
|
749
|
-
"detail": "
|
|
991
|
+
"per": {
|
|
992
|
+
"name": "per",
|
|
993
|
+
"detail": "The period for which you want to find the interest and must be in the range 1 to nper."
|
|
994
|
+
},
|
|
995
|
+
"nper": {
|
|
996
|
+
"name": "nper",
|
|
997
|
+
"detail": "The total number of payment periods in an annuity."
|
|
998
|
+
},
|
|
999
|
+
"pv": {
|
|
1000
|
+
"name": "pv",
|
|
1001
|
+
"detail": "The present value, or the lump-sum amount that a series of future payments is worth right now."
|
|
1002
|
+
},
|
|
1003
|
+
"fv": {
|
|
1004
|
+
"name": "fv",
|
|
1005
|
+
"detail": "The future value, or a cash balance you want to attain after the last payment is made."
|
|
1006
|
+
},
|
|
1007
|
+
"type": {
|
|
1008
|
+
"name": "type",
|
|
1009
|
+
"detail": "The number 0 or 1 and indicates when payments are due."
|
|
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": "rate",
|
|
1085
|
+
"detail": "The interest rate per period."
|
|
826
1086
|
},
|
|
827
|
-
"
|
|
828
|
-
"name": "
|
|
829
|
-
"detail": "
|
|
1087
|
+
"nper": {
|
|
1088
|
+
"name": "nper",
|
|
1089
|
+
"detail": "The total number of payment periods in an annuity."
|
|
1090
|
+
},
|
|
1091
|
+
"pmt": {
|
|
1092
|
+
"name": "pmt",
|
|
1093
|
+
"detail": "The payment made each period; it cannot change over the life of the annuity."
|
|
1094
|
+
},
|
|
1095
|
+
"fv": {
|
|
1096
|
+
"name": "fv",
|
|
1097
|
+
"detail": "The future value, or a cash balance you want to attain after the last payment is made."
|
|
1098
|
+
},
|
|
1099
|
+
"type": {
|
|
1100
|
+
"name": "type",
|
|
1101
|
+
"detail": "The number 0 or 1 and indicates when payments are due."
|
|
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": "nper",
|
|
1117
|
+
"detail": "The total number of payment periods in an annuity."
|
|
846
1118
|
},
|
|
847
|
-
"
|
|
848
|
-
"name": "
|
|
849
|
-
"detail": "
|
|
1119
|
+
"pmt": {
|
|
1120
|
+
"name": "pmt",
|
|
1121
|
+
"detail": "The payment made each period; it cannot change over the life of the annuity."
|
|
1122
|
+
},
|
|
1123
|
+
"pv": {
|
|
1124
|
+
"name": "pv",
|
|
1125
|
+
"detail": "The present value, or the lump-sum amount that a series of future payments is worth right now."
|
|
1126
|
+
},
|
|
1127
|
+
"fv": {
|
|
1128
|
+
"name": "fv",
|
|
1129
|
+
"detail": "The future value, or a cash balance you want to attain after the last payment is made."
|
|
1130
|
+
},
|
|
1131
|
+
"type": {
|
|
1132
|
+
"name": "type",
|
|
1133
|
+
"detail": "The number 0 or 1 and indicates when payments are due."
|
|
1134
|
+
},
|
|
1135
|
+
"guess": {
|
|
1136
|
+
"name": "guess",
|
|
1137
|
+
"detail": "Your guess for what the rate will be."
|
|
850
1138
|
}
|
|
851
1139
|
}
|
|
852
1140
|
},
|
|
@@ -2290,13 +2578,25 @@
|
|
|
2290
2578
|
}
|
|
2291
2579
|
],
|
|
2292
2580
|
"functionParameter": {
|
|
2293
|
-
"
|
|
2294
|
-
"name": "
|
|
2295
|
-
"detail": "first"
|
|
2581
|
+
"name1": {
|
|
2582
|
+
"name": "name1",
|
|
2583
|
+
"detail": "The first name to assign. Must start with a letter. Cannot be the output of a formula or conflict with range syntax."
|
|
2296
2584
|
},
|
|
2297
|
-
"
|
|
2298
|
-
"name": "
|
|
2299
|
-
"detail": "
|
|
2585
|
+
"nameValue1": {
|
|
2586
|
+
"name": "name_value1",
|
|
2587
|
+
"detail": "The value that is assigned to name1."
|
|
2588
|
+
},
|
|
2589
|
+
"calculationOrName2": {
|
|
2590
|
+
"name": "calculation_or_name2",
|
|
2591
|
+
"detail": "One of the following:\n1.A calculation that uses all names within the LET function. This must be the last argument in the LET function.\n2.A second name to assign to a second name_value. If a name is specified, name_value2 and calculation_or_name3 become required."
|
|
2592
|
+
},
|
|
2593
|
+
"nameValue2": {
|
|
2594
|
+
"name": "name_value2",
|
|
2595
|
+
"detail": "The value that is assigned to calculation_or_name2."
|
|
2596
|
+
},
|
|
2597
|
+
"calculationOrName3": {
|
|
2598
|
+
"name": "calculation_or_name3",
|
|
2599
|
+
"detail": "One of the following:\n1.A calculation that uses all names within the LET function. The last argument in the LET function must be a calculation.\n2.A third name to assign to a third name_value. If a name is specified, name_value3 and calculation_or_name4 become required."
|
|
2300
2600
|
}
|
|
2301
2601
|
}
|
|
2302
2602
|
},
|
|
@@ -8158,13 +8458,13 @@
|
|
|
8158
8458
|
}
|
|
8159
8459
|
],
|
|
8160
8460
|
"functionParameter": {
|
|
8161
|
-
"
|
|
8162
|
-
"name": "
|
|
8163
|
-
"detail": "
|
|
8461
|
+
"x": {
|
|
8462
|
+
"name": "X",
|
|
8463
|
+
"detail": "The value at which to evaluate the function."
|
|
8164
8464
|
},
|
|
8165
|
-
"
|
|
8166
|
-
"name": "
|
|
8167
|
-
"detail": "
|
|
8465
|
+
"n": {
|
|
8466
|
+
"name": "N",
|
|
8467
|
+
"detail": "The order of the Bessel function. If n is not an integer, it is truncated."
|
|
8168
8468
|
}
|
|
8169
8469
|
}
|
|
8170
8470
|
},
|
|
@@ -8178,13 +8478,13 @@
|
|
|
8178
8478
|
}
|
|
8179
8479
|
],
|
|
8180
8480
|
"functionParameter": {
|
|
8181
|
-
"
|
|
8182
|
-
"name": "
|
|
8183
|
-
"detail": "
|
|
8481
|
+
"x": {
|
|
8482
|
+
"name": "X",
|
|
8483
|
+
"detail": "The value at which to evaluate the function."
|
|
8184
8484
|
},
|
|
8185
|
-
"
|
|
8186
|
-
"name": "
|
|
8187
|
-
"detail": "
|
|
8485
|
+
"n": {
|
|
8486
|
+
"name": "N",
|
|
8487
|
+
"detail": "The order of the Bessel function. If n is not an integer, it is truncated."
|
|
8188
8488
|
}
|
|
8189
8489
|
}
|
|
8190
8490
|
},
|
|
@@ -8198,13 +8498,13 @@
|
|
|
8198
8498
|
}
|
|
8199
8499
|
],
|
|
8200
8500
|
"functionParameter": {
|
|
8201
|
-
"
|
|
8202
|
-
"name": "
|
|
8203
|
-
"detail": "
|
|
8501
|
+
"x": {
|
|
8502
|
+
"name": "X",
|
|
8503
|
+
"detail": "The value at which to evaluate the function."
|
|
8204
8504
|
},
|
|
8205
|
-
"
|
|
8206
|
-
"name": "
|
|
8207
|
-
"detail": "
|
|
8505
|
+
"n": {
|
|
8506
|
+
"name": "N",
|
|
8507
|
+
"detail": "The order of the Bessel function. If n is not an integer, it is truncated."
|
|
8208
8508
|
}
|
|
8209
8509
|
}
|
|
8210
8510
|
},
|
|
@@ -8218,13 +8518,13 @@
|
|
|
8218
8518
|
}
|
|
8219
8519
|
],
|
|
8220
8520
|
"functionParameter": {
|
|
8221
|
-
"
|
|
8222
|
-
"name": "
|
|
8223
|
-
"detail": "
|
|
8521
|
+
"x": {
|
|
8522
|
+
"name": "X",
|
|
8523
|
+
"detail": "The value at which to evaluate the function."
|
|
8224
8524
|
},
|
|
8225
|
-
"
|
|
8226
|
-
"name": "
|
|
8227
|
-
"detail": "
|
|
8525
|
+
"n": {
|
|
8526
|
+
"name": "N",
|
|
8527
|
+
"detail": "The order of the Bessel function. If n is not an integer, it is truncated."
|
|
8228
8528
|
}
|
|
8229
8529
|
}
|
|
8230
8530
|
},
|
|
@@ -8238,13 +8538,9 @@
|
|
|
8238
8538
|
}
|
|
8239
8539
|
],
|
|
8240
8540
|
"functionParameter": {
|
|
8241
|
-
"
|
|
8242
|
-
"name": "
|
|
8243
|
-
"detail": "
|
|
8244
|
-
},
|
|
8245
|
-
"number2": {
|
|
8246
|
-
"name": "number2",
|
|
8247
|
-
"detail": "second"
|
|
8541
|
+
"number": {
|
|
8542
|
+
"name": "number",
|
|
8543
|
+
"detail": "The binary number you want to convert."
|
|
8248
8544
|
}
|
|
8249
8545
|
}
|
|
8250
8546
|
},
|
|
@@ -8258,13 +8554,13 @@
|
|
|
8258
8554
|
}
|
|
8259
8555
|
],
|
|
8260
8556
|
"functionParameter": {
|
|
8261
|
-
"
|
|
8262
|
-
"name": "
|
|
8263
|
-
"detail": "
|
|
8557
|
+
"number": {
|
|
8558
|
+
"name": "number",
|
|
8559
|
+
"detail": "The binary number you want to convert."
|
|
8264
8560
|
},
|
|
8265
|
-
"
|
|
8266
|
-
"name": "
|
|
8267
|
-
"detail": "
|
|
8561
|
+
"places": {
|
|
8562
|
+
"name": "places",
|
|
8563
|
+
"detail": "The number of characters to use."
|
|
8268
8564
|
}
|
|
8269
8565
|
}
|
|
8270
8566
|
},
|
|
@@ -8278,13 +8574,13 @@
|
|
|
8278
8574
|
}
|
|
8279
8575
|
],
|
|
8280
8576
|
"functionParameter": {
|
|
8281
|
-
"
|
|
8282
|
-
"name": "
|
|
8283
|
-
"detail": "
|
|
8577
|
+
"number": {
|
|
8578
|
+
"name": "number",
|
|
8579
|
+
"detail": "The binary number you want to convert."
|
|
8284
8580
|
},
|
|
8285
|
-
"
|
|
8286
|
-
"name": "
|
|
8287
|
-
"detail": "
|
|
8581
|
+
"places": {
|
|
8582
|
+
"name": "places",
|
|
8583
|
+
"detail": "The number of characters to use."
|
|
8288
8584
|
}
|
|
8289
8585
|
}
|
|
8290
8586
|
},
|
|
@@ -8300,11 +8596,11 @@
|
|
|
8300
8596
|
"functionParameter": {
|
|
8301
8597
|
"number1": {
|
|
8302
8598
|
"name": "number1",
|
|
8303
|
-
"detail": "
|
|
8599
|
+
"detail": "Must be in decimal form and greater than or equal to 0."
|
|
8304
8600
|
},
|
|
8305
8601
|
"number2": {
|
|
8306
8602
|
"name": "number2",
|
|
8307
|
-
"detail": "
|
|
8603
|
+
"detail": "Must be in decimal form and greater than or equal to 0."
|
|
8308
8604
|
}
|
|
8309
8605
|
}
|
|
8310
8606
|
},
|
|
@@ -8318,13 +8614,13 @@
|
|
|
8318
8614
|
}
|
|
8319
8615
|
],
|
|
8320
8616
|
"functionParameter": {
|
|
8321
|
-
"
|
|
8322
|
-
"name": "
|
|
8323
|
-
"detail": "
|
|
8617
|
+
"number": {
|
|
8618
|
+
"name": "number",
|
|
8619
|
+
"detail": "Number must be an integer greater than or equal to 0."
|
|
8324
8620
|
},
|
|
8325
|
-
"
|
|
8326
|
-
"name": "
|
|
8327
|
-
"detail": "
|
|
8621
|
+
"shiftAmount": {
|
|
8622
|
+
"name": "shift_amount",
|
|
8623
|
+
"detail": "Shift_amount must be an integer."
|
|
8328
8624
|
}
|
|
8329
8625
|
}
|
|
8330
8626
|
},
|
|
@@ -8340,11 +8636,11 @@
|
|
|
8340
8636
|
"functionParameter": {
|
|
8341
8637
|
"number1": {
|
|
8342
8638
|
"name": "number1",
|
|
8343
|
-
"detail": "
|
|
8639
|
+
"detail": "Must be in decimal form and greater than or equal to 0."
|
|
8344
8640
|
},
|
|
8345
8641
|
"number2": {
|
|
8346
8642
|
"name": "number2",
|
|
8347
|
-
"detail": "
|
|
8643
|
+
"detail": "Must be in decimal form and greater than or equal to 0."
|
|
8348
8644
|
}
|
|
8349
8645
|
}
|
|
8350
8646
|
},
|
|
@@ -8358,13 +8654,13 @@
|
|
|
8358
8654
|
}
|
|
8359
8655
|
],
|
|
8360
8656
|
"functionParameter": {
|
|
8361
|
-
"
|
|
8362
|
-
"name": "
|
|
8363
|
-
"detail": "
|
|
8657
|
+
"number": {
|
|
8658
|
+
"name": "number",
|
|
8659
|
+
"detail": "Number must be an integer greater than or equal to 0."
|
|
8364
8660
|
},
|
|
8365
|
-
"
|
|
8366
|
-
"name": "
|
|
8367
|
-
"detail": "
|
|
8661
|
+
"shiftAmount": {
|
|
8662
|
+
"name": "shift_amount",
|
|
8663
|
+
"detail": "Shift_amount must be an integer."
|
|
8368
8664
|
}
|
|
8369
8665
|
}
|
|
8370
8666
|
},
|
|
@@ -8380,11 +8676,11 @@
|
|
|
8380
8676
|
"functionParameter": {
|
|
8381
8677
|
"number1": {
|
|
8382
8678
|
"name": "number1",
|
|
8383
|
-
"detail": "
|
|
8679
|
+
"detail": "Must be in decimal form and greater than or equal to 0."
|
|
8384
8680
|
},
|
|
8385
8681
|
"number2": {
|
|
8386
8682
|
"name": "number2",
|
|
8387
|
-
"detail": "
|
|
8683
|
+
"detail": "Must be in decimal form and greater than or equal to 0."
|
|
8388
8684
|
}
|
|
8389
8685
|
}
|
|
8390
8686
|
},
|
|
@@ -8398,13 +8694,17 @@
|
|
|
8398
8694
|
}
|
|
8399
8695
|
],
|
|
8400
8696
|
"functionParameter": {
|
|
8401
|
-
"
|
|
8402
|
-
"name": "
|
|
8403
|
-
"detail": "
|
|
8697
|
+
"realNum": {
|
|
8698
|
+
"name": "real_num",
|
|
8699
|
+
"detail": "The real coefficient of the complex number."
|
|
8404
8700
|
},
|
|
8405
|
-
"
|
|
8406
|
-
"name": "
|
|
8407
|
-
"detail": "
|
|
8701
|
+
"iNum": {
|
|
8702
|
+
"name": "i_num",
|
|
8703
|
+
"detail": "The imaginary coefficient of the complex number."
|
|
8704
|
+
},
|
|
8705
|
+
"suffix": {
|
|
8706
|
+
"name": "suffix",
|
|
8707
|
+
"detail": "The suffix for the imaginary component of the complex number. If omitted, suffix is assumed to be \"i\"."
|
|
8408
8708
|
}
|
|
8409
8709
|
}
|
|
8410
8710
|
},
|
|
@@ -8418,13 +8718,17 @@
|
|
|
8418
8718
|
}
|
|
8419
8719
|
],
|
|
8420
8720
|
"functionParameter": {
|
|
8421
|
-
"
|
|
8422
|
-
"name": "
|
|
8423
|
-
"detail": "
|
|
8721
|
+
"number": {
|
|
8722
|
+
"name": "number",
|
|
8723
|
+
"detail": "is the value in from_units to convert."
|
|
8424
8724
|
},
|
|
8425
|
-
"
|
|
8426
|
-
"name": "
|
|
8427
|
-
"detail": "
|
|
8725
|
+
"fromUnit": {
|
|
8726
|
+
"name": "from_unit",
|
|
8727
|
+
"detail": "is the units for number."
|
|
8728
|
+
},
|
|
8729
|
+
"toUnit": {
|
|
8730
|
+
"name": "to_unit",
|
|
8731
|
+
"detail": "is the units for the result."
|
|
8428
8732
|
}
|
|
8429
8733
|
}
|
|
8430
8734
|
},
|
|
@@ -8438,13 +8742,13 @@
|
|
|
8438
8742
|
}
|
|
8439
8743
|
],
|
|
8440
8744
|
"functionParameter": {
|
|
8441
|
-
"
|
|
8442
|
-
"name": "
|
|
8443
|
-
"detail": "
|
|
8745
|
+
"number": {
|
|
8746
|
+
"name": "number",
|
|
8747
|
+
"detail": "The decimal number you want to convert."
|
|
8444
8748
|
},
|
|
8445
|
-
"
|
|
8446
|
-
"name": "
|
|
8447
|
-
"detail": "
|
|
8749
|
+
"places": {
|
|
8750
|
+
"name": "places",
|
|
8751
|
+
"detail": "The number of characters to use."
|
|
8448
8752
|
}
|
|
8449
8753
|
}
|
|
8450
8754
|
},
|
|
@@ -8458,13 +8762,13 @@
|
|
|
8458
8762
|
}
|
|
8459
8763
|
],
|
|
8460
8764
|
"functionParameter": {
|
|
8461
|
-
"
|
|
8462
|
-
"name": "
|
|
8463
|
-
"detail": "
|
|
8765
|
+
"number": {
|
|
8766
|
+
"name": "number",
|
|
8767
|
+
"detail": "The decimal number you want to convert."
|
|
8464
8768
|
},
|
|
8465
|
-
"
|
|
8466
|
-
"name": "
|
|
8467
|
-
"detail": "
|
|
8769
|
+
"places": {
|
|
8770
|
+
"name": "places",
|
|
8771
|
+
"detail": "The number of characters to use."
|
|
8468
8772
|
}
|
|
8469
8773
|
}
|
|
8470
8774
|
},
|
|
@@ -8478,13 +8782,13 @@
|
|
|
8478
8782
|
}
|
|
8479
8783
|
],
|
|
8480
8784
|
"functionParameter": {
|
|
8481
|
-
"
|
|
8482
|
-
"name": "
|
|
8483
|
-
"detail": "
|
|
8785
|
+
"number": {
|
|
8786
|
+
"name": "number",
|
|
8787
|
+
"detail": "The decimal number you want to convert."
|
|
8484
8788
|
},
|
|
8485
|
-
"
|
|
8486
|
-
"name": "
|
|
8487
|
-
"detail": "
|
|
8789
|
+
"places": {
|
|
8790
|
+
"name": "places",
|
|
8791
|
+
"detail": "The number of characters to use."
|
|
8488
8792
|
}
|
|
8489
8793
|
}
|
|
8490
8794
|
},
|
|
@@ -8500,11 +8804,11 @@
|
|
|
8500
8804
|
"functionParameter": {
|
|
8501
8805
|
"number1": {
|
|
8502
8806
|
"name": "number1",
|
|
8503
|
-
"detail": "first"
|
|
8807
|
+
"detail": "The first number."
|
|
8504
8808
|
},
|
|
8505
8809
|
"number2": {
|
|
8506
8810
|
"name": "number2",
|
|
8507
|
-
"detail": "second"
|
|
8811
|
+
"detail": "The second number. If omitted, number2 is assumed to be zero."
|
|
8508
8812
|
}
|
|
8509
8813
|
}
|
|
8510
8814
|
},
|
|
@@ -8518,13 +8822,13 @@
|
|
|
8518
8822
|
}
|
|
8519
8823
|
],
|
|
8520
8824
|
"functionParameter": {
|
|
8521
|
-
"
|
|
8522
|
-
"name": "
|
|
8523
|
-
"detail": "
|
|
8825
|
+
"lowerLimit": {
|
|
8826
|
+
"name": "lower_limit",
|
|
8827
|
+
"detail": "The lower bound for integrating ERF."
|
|
8524
8828
|
},
|
|
8525
|
-
"
|
|
8526
|
-
"name": "
|
|
8527
|
-
"detail": "
|
|
8829
|
+
"upperLimit": {
|
|
8830
|
+
"name": "upper_limit",
|
|
8831
|
+
"detail": "The upper bound for integrating ERF. If omitted, ERF integrates between zero and lower_limit."
|
|
8528
8832
|
}
|
|
8529
8833
|
}
|
|
8530
8834
|
},
|
|
@@ -8538,13 +8842,9 @@
|
|
|
8538
8842
|
}
|
|
8539
8843
|
],
|
|
8540
8844
|
"functionParameter": {
|
|
8541
|
-
"
|
|
8542
|
-
"name": "
|
|
8543
|
-
"detail": "
|
|
8544
|
-
},
|
|
8545
|
-
"number2": {
|
|
8546
|
-
"name": "number2",
|
|
8547
|
-
"detail": "second"
|
|
8845
|
+
"x": {
|
|
8846
|
+
"name": "x",
|
|
8847
|
+
"detail": "The lower bound for integrating ERF.PRECISE."
|
|
8548
8848
|
}
|
|
8549
8849
|
}
|
|
8550
8850
|
},
|
|
@@ -8558,13 +8858,9 @@
|
|
|
8558
8858
|
}
|
|
8559
8859
|
],
|
|
8560
8860
|
"functionParameter": {
|
|
8561
|
-
"
|
|
8562
|
-
"name": "
|
|
8563
|
-
"detail": "
|
|
8564
|
-
},
|
|
8565
|
-
"number2": {
|
|
8566
|
-
"name": "number2",
|
|
8567
|
-
"detail": "second"
|
|
8861
|
+
"x": {
|
|
8862
|
+
"name": "x",
|
|
8863
|
+
"detail": "The lower bound for integrating ERFC."
|
|
8568
8864
|
}
|
|
8569
8865
|
}
|
|
8570
8866
|
},
|
|
@@ -8578,13 +8874,9 @@
|
|
|
8578
8874
|
}
|
|
8579
8875
|
],
|
|
8580
8876
|
"functionParameter": {
|
|
8581
|
-
"
|
|
8582
|
-
"name": "
|
|
8583
|
-
"detail": "
|
|
8584
|
-
},
|
|
8585
|
-
"number2": {
|
|
8586
|
-
"name": "number2",
|
|
8587
|
-
"detail": "second"
|
|
8877
|
+
"x": {
|
|
8878
|
+
"name": "x",
|
|
8879
|
+
"detail": "The lower bound for integrating ERFC.PRECISE."
|
|
8588
8880
|
}
|
|
8589
8881
|
}
|
|
8590
8882
|
},
|
|
@@ -8618,13 +8910,13 @@
|
|
|
8618
8910
|
}
|
|
8619
8911
|
],
|
|
8620
8912
|
"functionParameter": {
|
|
8621
|
-
"
|
|
8622
|
-
"name": "
|
|
8623
|
-
"detail": "
|
|
8913
|
+
"number": {
|
|
8914
|
+
"name": "number",
|
|
8915
|
+
"detail": "The hexadecimal number you want to convert."
|
|
8624
8916
|
},
|
|
8625
|
-
"
|
|
8626
|
-
"name": "
|
|
8627
|
-
"detail": "
|
|
8917
|
+
"places": {
|
|
8918
|
+
"name": "places",
|
|
8919
|
+
"detail": "The number of characters to use."
|
|
8628
8920
|
}
|
|
8629
8921
|
}
|
|
8630
8922
|
},
|
|
@@ -8638,13 +8930,9 @@
|
|
|
8638
8930
|
}
|
|
8639
8931
|
],
|
|
8640
8932
|
"functionParameter": {
|
|
8641
|
-
"
|
|
8642
|
-
"name": "
|
|
8643
|
-
"detail": "
|
|
8644
|
-
},
|
|
8645
|
-
"number2": {
|
|
8646
|
-
"name": "number2",
|
|
8647
|
-
"detail": "second"
|
|
8933
|
+
"number": {
|
|
8934
|
+
"name": "number",
|
|
8935
|
+
"detail": "The hexadecimal number you want to convert."
|
|
8648
8936
|
}
|
|
8649
8937
|
}
|
|
8650
8938
|
},
|
|
@@ -8658,13 +8946,13 @@
|
|
|
8658
8946
|
}
|
|
8659
8947
|
],
|
|
8660
8948
|
"functionParameter": {
|
|
8661
|
-
"
|
|
8662
|
-
"name": "
|
|
8663
|
-
"detail": "
|
|
8949
|
+
"number": {
|
|
8950
|
+
"name": "number",
|
|
8951
|
+
"detail": "The hexadecimal number you want to convert."
|
|
8664
8952
|
},
|
|
8665
|
-
"
|
|
8666
|
-
"name": "
|
|
8667
|
-
"detail": "
|
|
8953
|
+
"places": {
|
|
8954
|
+
"name": "places",
|
|
8955
|
+
"detail": "The number of characters to use."
|
|
8668
8956
|
}
|
|
8669
8957
|
}
|
|
8670
8958
|
},
|
|
@@ -9178,13 +9466,13 @@
|
|
|
9178
9466
|
}
|
|
9179
9467
|
],
|
|
9180
9468
|
"functionParameter": {
|
|
9181
|
-
"
|
|
9182
|
-
"name": "
|
|
9183
|
-
"detail": "
|
|
9469
|
+
"number": {
|
|
9470
|
+
"name": "number",
|
|
9471
|
+
"detail": "The octal number you want to convert."
|
|
9184
9472
|
},
|
|
9185
|
-
"
|
|
9186
|
-
"name": "
|
|
9187
|
-
"detail": "
|
|
9473
|
+
"places": {
|
|
9474
|
+
"name": "places",
|
|
9475
|
+
"detail": "The number of characters to use."
|
|
9188
9476
|
}
|
|
9189
9477
|
}
|
|
9190
9478
|
},
|
|
@@ -9198,13 +9486,9 @@
|
|
|
9198
9486
|
}
|
|
9199
9487
|
],
|
|
9200
9488
|
"functionParameter": {
|
|
9201
|
-
"
|
|
9202
|
-
"name": "
|
|
9203
|
-
"detail": "
|
|
9204
|
-
},
|
|
9205
|
-
"number2": {
|
|
9206
|
-
"name": "number2",
|
|
9207
|
-
"detail": "second"
|
|
9489
|
+
"number": {
|
|
9490
|
+
"name": "number",
|
|
9491
|
+
"detail": "The octal number you want to convert."
|
|
9208
9492
|
}
|
|
9209
9493
|
}
|
|
9210
9494
|
},
|
|
@@ -9218,13 +9502,13 @@
|
|
|
9218
9502
|
}
|
|
9219
9503
|
],
|
|
9220
9504
|
"functionParameter": {
|
|
9221
|
-
"
|
|
9222
|
-
"name": "
|
|
9223
|
-
"detail": "
|
|
9505
|
+
"number": {
|
|
9506
|
+
"name": "number",
|
|
9507
|
+
"detail": "The octal number you want to convert."
|
|
9224
9508
|
},
|
|
9225
|
-
"
|
|
9226
|
-
"name": "
|
|
9227
|
-
"detail": "
|
|
9509
|
+
"places": {
|
|
9510
|
+
"name": "places",
|
|
9511
|
+
"detail": "The number of characters to use."
|
|
9228
9512
|
}
|
|
9229
9513
|
}
|
|
9230
9514
|
},
|