@univerjs/sheets-formula 0.2.6 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +4 -4
- package/lib/es/index.js +1185 -724
- package/lib/locale/en-US.json +706 -428
- package/lib/locale/ru-RU.json +703 -425
- package/lib/locale/vi-VN.json +2644 -1855
- package/lib/locale/zh-CN.json +750 -472
- package/lib/locale/zh-TW.json +834 -588
- package/lib/types/commands/commands/formula-clipboard.command.d.ts +0 -1
- package/lib/types/commands/commands/insert-function.command.d.ts +0 -1
- package/lib/types/commands/mutations/formula.mutation.d.ts +0 -1
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +0 -1
- package/lib/types/commands/operations/editor-formula.operation.d.ts +0 -1
- package/lib/types/commands/operations/help-function.operation.d.ts +0 -1
- package/lib/types/commands/operations/insert-function.operation.d.ts +0 -1
- package/lib/types/commands/operations/more-functions.operation.d.ts +0 -1
- package/lib/types/commands/operations/reference-absolute.operation.d.ts +0 -1
- package/lib/types/commands/operations/search-function.operation.d.ts +0 -1
- package/lib/types/common/selection.d.ts +0 -1
- package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +0 -1
- package/lib/types/controllers/active-dirty.controller.d.ts +0 -1
- package/lib/types/controllers/array-formula-display.controller.d.ts +0 -1
- package/lib/types/controllers/defined-name.controller.d.ts +0 -1
- package/lib/types/controllers/formula-alert-render.controller.d.ts +0 -1
- package/lib/types/controllers/formula-auto-fill.controller.d.ts +0 -1
- package/lib/types/controllers/formula-clipboard.controller.d.ts +0 -1
- package/lib/types/controllers/formula-editor-show.controller.d.ts +0 -1
- package/lib/types/controllers/formula-render.controller.d.ts +0 -1
- package/lib/types/controllers/formula-ui.controller.d.ts +0 -1
- package/lib/types/controllers/menu.d.ts +0 -1
- package/lib/types/controllers/prompt.controller.d.ts +3 -2
- package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +0 -1
- package/lib/types/controllers/trigger-calculation.controller.d.ts +0 -1
- package/lib/types/controllers/update-formula.controller.d.ts +0 -1
- package/lib/types/controllers/utils/offset-formula-data.d.ts +0 -1
- package/lib/types/controllers/utils/ref-range-formula.d.ts +0 -1
- package/lib/types/controllers/utils/utils.d.ts +0 -1
- package/lib/types/formula-ui-plugin.d.ts +0 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/locale/en-US.d.ts +440 -162
- package/lib/types/locale/function-list/array/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/date/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/date/vi-VN.d.ts +105 -26
- package/lib/types/locale/function-list/date/zh-TW.d.ts +32 -8
- package/lib/types/locale/function-list/engineering/en-US.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/ja-JP.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/engineering/vi-VN.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/zh-CN.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/zh-TW.d.ts +50 -66
- package/lib/types/locale/function-list/financial/en-US.d.ts +344 -56
- package/lib/types/locale/function-list/financial/ja-JP.d.ts +344 -56
- package/lib/types/locale/function-list/financial/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/financial/vi-VN.d.ts +344 -56
- package/lib/types/locale/function-list/financial/zh-CN.d.ts +344 -56
- package/lib/types/locale/function-list/financial/zh-TW.d.ts +344 -56
- package/lib/types/locale/function-list/information/ja-JP.d.ts +8 -40
- package/lib/types/locale/function-list/information/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/information/vi-VN.d.ts +218 -3
- package/lib/types/locale/function-list/logical/en-US.d.ts +45 -35
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +45 -35
- package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +45 -35
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +45 -35
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +45 -35
- package/lib/types/locale/function-list/lookup/en-US.d.ts +1 -5
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +1 -5
- package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/lookup/vi-VN.d.ts +421 -9
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +1 -5
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +1 -5
- package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/math/vi-VN.d.ts +1022 -3
- package/lib/types/locale/function-list/math/zh-TW.d.ts +21 -77
- package/lib/types/locale/function-list/statistical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +334 -0
- package/lib/types/locale/function-list/text/vi-VN.d.ts +135 -1
- package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -1
- package/lib/types/locale/ru-RU.d.ts +440 -162
- package/lib/types/locale/vi-VN.d.ts +1378 -623
- package/lib/types/locale/zh-CN.d.ts +440 -162
- package/lib/types/locale/zh-TW.d.ts +493 -247
- package/lib/types/services/description.service.d.ts +0 -1
- package/lib/types/services/formula-common.d.ts +0 -1
- package/lib/types/services/formula-ref-range.service.d.ts +0 -1
- package/lib/types/services/function-list/array.d.ts +0 -1
- package/lib/types/services/function-list/compatibility.d.ts +0 -1
- package/lib/types/services/function-list/cube.d.ts +0 -1
- package/lib/types/services/function-list/database.d.ts +0 -1
- package/lib/types/services/function-list/date.d.ts +0 -1
- package/lib/types/services/function-list/engineering.d.ts +0 -1
- package/lib/types/services/function-list/financial.d.ts +0 -1
- package/lib/types/services/function-list/function-list.d.ts +0 -1
- package/lib/types/services/function-list/information.d.ts +0 -1
- package/lib/types/services/function-list/logical.d.ts +0 -1
- package/lib/types/services/function-list/lookup.d.ts +0 -1
- package/lib/types/services/function-list/math.d.ts +0 -1
- package/lib/types/services/function-list/statistical.d.ts +0 -1
- package/lib/types/services/function-list/text.d.ts +0 -1
- package/lib/types/services/function-list/univer.d.ts +0 -1
- package/lib/types/services/function-list/web.d.ts +0 -1
- package/lib/types/services/prompt.service.d.ts +5 -2
- package/lib/types/services/register-function.service.d.ts +0 -1
- package/lib/types/services/register-other-formula.service.d.ts +0 -1
- package/lib/types/services/remote/remote-register-function.service.d.ts +0 -1
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +0 -1
- package/lib/types/services/utils.d.ts +0 -1
- package/lib/types/views/FormulaPromptContainer.d.ts +0 -1
- package/lib/types/views/more-functions/MoreFunctions.d.ts +0 -1
- package/lib/types/views/more-functions/function-help/FunctionHelp.d.ts +0 -1
- package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +0 -1
- package/lib/types/views/more-functions/input-params/InputParams.d.ts +0 -1
- package/lib/types/views/more-functions/select-function/SelectFunction.d.ts +0 -1
- package/lib/types/views/prompt/help-function/HelpFunction.d.ts +0 -1
- package/lib/types/views/prompt/search-function/SearchFunction.d.ts +0 -1
- package/lib/umd/index.js +4 -4
- package/package.json +24 -24
package/lib/locale/en-US.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
|
},
|
|
@@ -2182,7 +2470,7 @@
|
|
|
2182
2470
|
},
|
|
2183
2471
|
"FLOOR_PRECISE": {
|
|
2184
2472
|
"description": "Rounds a number down to the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded down.",
|
|
2185
|
-
"abstract": "Rounds a number down to the nearest integer or to the nearest multiple of significance.
|
|
2473
|
+
"abstract": "Rounds a number down to the nearest integer or to the nearest multiple of significance.",
|
|
2186
2474
|
"links": [
|
|
2187
2475
|
{
|
|
2188
2476
|
"title": "Instruction",
|
|
@@ -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
|
},
|
|
@@ -2608,7 +2908,7 @@
|
|
|
2608
2908
|
},
|
|
2609
2909
|
"RANDARRAY": {
|
|
2610
2910
|
"description": "Returns an array of random numbers between 0 and 1. However, you can specify the number of rows and columns to fill, minimum and maximum values, and whether to return whole numbers or decimal values.",
|
|
2611
|
-
"abstract": "Returns an array of random numbers between 0 and 1.
|
|
2911
|
+
"abstract": "Returns an array of random numbers between 0 and 1.",
|
|
2612
2912
|
"links": [
|
|
2613
2913
|
{
|
|
2614
2914
|
"title": "Instruction",
|
|
@@ -2963,8 +3263,8 @@
|
|
|
2963
3263
|
}
|
|
2964
3264
|
},
|
|
2965
3265
|
"SUMIFS": {
|
|
2966
|
-
"description": "Adds
|
|
2967
|
-
"abstract": "Adds
|
|
3266
|
+
"description": "Adds all of its arguments that meet multiple criteria.",
|
|
3267
|
+
"abstract": "Adds all of its arguments that meet multiple criteria.",
|
|
2968
3268
|
"links": [
|
|
2969
3269
|
{
|
|
2970
3270
|
"title": "Instruction",
|
|
@@ -3533,11 +3833,11 @@
|
|
|
3533
3833
|
],
|
|
3534
3834
|
"functionParameter": {
|
|
3535
3835
|
"value1": {
|
|
3536
|
-
"name": "
|
|
3836
|
+
"name": "value 1",
|
|
3537
3837
|
"detail": "The first item, cell reference, or range within which you want to count numbers."
|
|
3538
3838
|
},
|
|
3539
3839
|
"value2": {
|
|
3540
|
-
"name": "
|
|
3840
|
+
"name": "value 2",
|
|
3541
3841
|
"detail": "Up to 255 additional items, cell references, or ranges within which you want to count numbers."
|
|
3542
3842
|
}
|
|
3543
3843
|
}
|
|
@@ -5452,13 +5752,9 @@
|
|
|
5452
5752
|
}
|
|
5453
5753
|
],
|
|
5454
5754
|
"functionParameter": {
|
|
5455
|
-
"
|
|
5456
|
-
"name": "
|
|
5457
|
-
"detail": "
|
|
5458
|
-
},
|
|
5459
|
-
"number2": {
|
|
5460
|
-
"name": "number2",
|
|
5461
|
-
"detail": "second"
|
|
5755
|
+
"reference": {
|
|
5756
|
+
"name": "reference",
|
|
5757
|
+
"detail": "A reference to a cell or range of cells and can refer to multiple areas."
|
|
5462
5758
|
}
|
|
5463
5759
|
}
|
|
5464
5760
|
},
|
|
@@ -5770,7 +6066,7 @@
|
|
|
5770
6066
|
"functionParameter": {
|
|
5771
6067
|
"reference": {
|
|
5772
6068
|
"name": "reference",
|
|
5773
|
-
"detail": "A reference to one or more cell ranges
|
|
6069
|
+
"detail": "A reference to one or more cell ranges."
|
|
5774
6070
|
},
|
|
5775
6071
|
"rowNum": {
|
|
5776
6072
|
"name": "row_num",
|
|
@@ -5782,7 +6078,7 @@
|
|
|
5782
6078
|
},
|
|
5783
6079
|
"areaNum": {
|
|
5784
6080
|
"name": "area_num",
|
|
5785
|
-
"detail": "Selects a range in reference from which to return the intersection of row_num and column_num.
|
|
6081
|
+
"detail": "Selects a range in reference from which to return the intersection of row_num and column_num."
|
|
5786
6082
|
}
|
|
5787
6083
|
}
|
|
5788
6084
|
},
|
|
@@ -5798,11 +6094,11 @@
|
|
|
5798
6094
|
"functionParameter": {
|
|
5799
6095
|
"refText": {
|
|
5800
6096
|
"name": "ref_text",
|
|
5801
|
-
"detail": "A reference to a cell that contains an A1-style reference, an R1C1-style reference, a name defined as a reference, or a reference to a cell as a text string.
|
|
6097
|
+
"detail": "A reference to a cell that contains an A1-style reference, an R1C1-style reference, a name defined as a reference, or a reference to a cell as a text string. "
|
|
5802
6098
|
},
|
|
5803
6099
|
"a1": {
|
|
5804
6100
|
"name": "a1",
|
|
5805
|
-
"detail": "A logical value that specifies what type of reference is contained in the cell ref_text
|
|
6101
|
+
"detail": "A logical value that specifies what type of reference is contained in the cell ref_text."
|
|
5806
6102
|
}
|
|
5807
6103
|
}
|
|
5808
6104
|
},
|
|
@@ -5831,7 +6127,7 @@
|
|
|
5831
6127
|
}
|
|
5832
6128
|
},
|
|
5833
6129
|
"MATCH": {
|
|
5834
|
-
"description": "The MATCH function searches for a specified item in a range of cells, and then returns the relative position of that item in the range.
|
|
6130
|
+
"description": "The MATCH function searches for a specified item in a range of cells, and then returns the relative position of that item in the range.",
|
|
5835
6131
|
"abstract": "Looks up values in a reference or array",
|
|
5836
6132
|
"links": [
|
|
5837
6133
|
{
|
|
@@ -5842,7 +6138,7 @@
|
|
|
5842
6138
|
"functionParameter": {
|
|
5843
6139
|
"lookupValue": {
|
|
5844
6140
|
"name": "lookup_value",
|
|
5845
|
-
"detail": "The value that you want to match in lookup_array.
|
|
6141
|
+
"detail": "The value that you want to match in lookup_array."
|
|
5846
6142
|
},
|
|
5847
6143
|
"lookupArray": {
|
|
5848
6144
|
"name": "lookup_array",
|
|
@@ -5850,7 +6146,7 @@
|
|
|
5850
6146
|
},
|
|
5851
6147
|
"matchType": {
|
|
5852
6148
|
"name": "match_type",
|
|
5853
|
-
"detail": "The number -1, 0, or 1.
|
|
6149
|
+
"detail": "The number -1, 0, or 1."
|
|
5854
6150
|
}
|
|
5855
6151
|
}
|
|
5856
6152
|
},
|
|
@@ -5866,15 +6162,15 @@
|
|
|
5866
6162
|
"functionParameter": {
|
|
5867
6163
|
"reference": {
|
|
5868
6164
|
"name": "reference",
|
|
5869
|
-
"detail": "The reference from which you want to base the offset.
|
|
6165
|
+
"detail": "The reference from which you want to base the offset."
|
|
5870
6166
|
},
|
|
5871
6167
|
"rows": {
|
|
5872
6168
|
"name": "rows",
|
|
5873
|
-
"detail": "The number of rows, up or down, that you want the upper-left cell to refer to.
|
|
6169
|
+
"detail": "The number of rows, up or down, that you want the upper-left cell to refer to."
|
|
5874
6170
|
},
|
|
5875
6171
|
"cols": {
|
|
5876
6172
|
"name": "columns",
|
|
5877
|
-
"detail": "The number of columns, to the left or right, that you want the upper-left cell of the result to refer to.
|
|
6173
|
+
"detail": "The number of columns, to the left or right, that you want the upper-left cell of the result to refer to."
|
|
5878
6174
|
},
|
|
5879
6175
|
"height": {
|
|
5880
6176
|
"name": "height",
|
|
@@ -6209,15 +6505,15 @@
|
|
|
6209
6505
|
"detail": "The array or range to return"
|
|
6210
6506
|
},
|
|
6211
6507
|
"ifNotFound": {
|
|
6212
|
-
"name": "
|
|
6508
|
+
"name": "if_not_found",
|
|
6213
6509
|
"detail": "Where a valid match is not found, return the [if_not_found] text you supply. If a valid match is not found, and [if_not_found] is missing, #N/A is returned."
|
|
6214
6510
|
},
|
|
6215
6511
|
"matchMode": {
|
|
6216
|
-
"name": "
|
|
6512
|
+
"name": "match_mode",
|
|
6217
6513
|
"detail": "Specify the match type: 0 - Exact match. If none found, return #N/A. This is the default. -1 - Exact match. If none found, return the next smaller item. 1 - Exact match. If none found, return the next larger item. 2 - A wildcard match where *, ?, and ~ have special meaning."
|
|
6218
6514
|
},
|
|
6219
6515
|
"searchMode": {
|
|
6220
|
-
"name": "
|
|
6516
|
+
"name": "search_mode",
|
|
6221
6517
|
"detail": "Specify the search mode to use: 1 - Perform a search starting at the first item. This is the default. -1 - Perform a reverse search starting at the last item. 2 - Perform a binary search that relies on lookup_array being sorted in ascending order. If not sorted, invalid results will be returned. -2 - Perform a binary search that relies on lookup_array being sorted in descending order. If not sorted, invalid results will be returned."
|
|
6222
6518
|
}
|
|
6223
6519
|
}
|
|
@@ -6641,11 +6937,11 @@
|
|
|
6641
6937
|
],
|
|
6642
6938
|
"functionParameter": {
|
|
6643
6939
|
"text1": {
|
|
6644
|
-
"name": "
|
|
6940
|
+
"name": "text1",
|
|
6645
6941
|
"detail": "The first item to join. The item can be a text value, number, or cell reference."
|
|
6646
6942
|
},
|
|
6647
6943
|
"text2": {
|
|
6648
|
-
"name": "
|
|
6944
|
+
"name": "text2",
|
|
6649
6945
|
"detail": "Additional text items to join. You can have up to 255 items, up to a total of 8,192 characters."
|
|
6650
6946
|
}
|
|
6651
6947
|
}
|
|
@@ -7013,7 +7309,7 @@
|
|
|
7013
7309
|
"detail": "The text you want to repeat."
|
|
7014
7310
|
},
|
|
7015
7311
|
"numberTimes": {
|
|
7016
|
-
"name": "
|
|
7312
|
+
"name": "number_times",
|
|
7017
7313
|
"detail": "A positive number specifying the number of times to repeat text."
|
|
7018
7314
|
}
|
|
7019
7315
|
}
|
|
@@ -7526,26 +7822,17 @@
|
|
|
7526
7822
|
}
|
|
7527
7823
|
}
|
|
7528
7824
|
},
|
|
7529
|
-
"FALSE": {
|
|
7530
|
-
"description": "Returns the logical value FALSE",
|
|
7531
|
-
"abstract": "Returns the logical value FALSE",
|
|
7532
|
-
"links": [
|
|
7533
|
-
{
|
|
7534
|
-
"title": "Instruction",
|
|
7535
|
-
"url": "https://support.microsoft.com/en-us/office/false-function-2d58dfa5-9c03-4259-bf8f-f0ae14346904"
|
|
7536
|
-
}
|
|
7537
|
-
],
|
|
7538
|
-
"functionParameter": {
|
|
7539
|
-
|
|
7540
|
-
"name": "number1",
|
|
7541
|
-
"detail": "first"
|
|
7542
|
-
},
|
|
7543
|
-
"number2": {
|
|
7544
|
-
"name": "number2",
|
|
7545
|
-
"detail": "second"
|
|
7546
|
-
}
|
|
7547
|
-
}
|
|
7548
|
-
},
|
|
7825
|
+
"FALSE": {
|
|
7826
|
+
"description": "Returns the logical value FALSE.",
|
|
7827
|
+
"abstract": "Returns the logical value FALSE.",
|
|
7828
|
+
"links": [
|
|
7829
|
+
{
|
|
7830
|
+
"title": "Instruction",
|
|
7831
|
+
"url": "https://support.microsoft.com/en-us/office/false-function-2d58dfa5-9c03-4259-bf8f-f0ae14346904"
|
|
7832
|
+
}
|
|
7833
|
+
],
|
|
7834
|
+
"functionParameter": {}
|
|
7835
|
+
},
|
|
7549
7836
|
"IF": {
|
|
7550
7837
|
"description": "Specifies a logical test to perform",
|
|
7551
7838
|
"abstract": "Specifies a logical test to perform",
|
|
@@ -7600,13 +7887,13 @@
|
|
|
7600
7887
|
}
|
|
7601
7888
|
],
|
|
7602
7889
|
"functionParameter": {
|
|
7603
|
-
"
|
|
7604
|
-
"name": "
|
|
7605
|
-
"detail": "
|
|
7890
|
+
"value": {
|
|
7891
|
+
"name": "value",
|
|
7892
|
+
"detail": "The argument that is checked for the #N/A error value."
|
|
7606
7893
|
},
|
|
7607
|
-
"
|
|
7608
|
-
"name": "
|
|
7609
|
-
"detail": "
|
|
7894
|
+
"valueIfNa": {
|
|
7895
|
+
"name": "value_if_na",
|
|
7896
|
+
"detail": "The value to return if the formula evaluates to the #N/A error value."
|
|
7610
7897
|
}
|
|
7611
7898
|
}
|
|
7612
7899
|
},
|
|
@@ -7620,13 +7907,21 @@
|
|
|
7620
7907
|
}
|
|
7621
7908
|
],
|
|
7622
7909
|
"functionParameter": {
|
|
7623
|
-
"
|
|
7624
|
-
"name": "
|
|
7625
|
-
"detail": "
|
|
7910
|
+
"logicalTest1": {
|
|
7911
|
+
"name": "logical_test1",
|
|
7912
|
+
"detail": "Condition that evaluates to TRUE or FALSE."
|
|
7626
7913
|
},
|
|
7627
|
-
"
|
|
7628
|
-
"name": "
|
|
7629
|
-
"detail": "
|
|
7914
|
+
"valueIfTrue1": {
|
|
7915
|
+
"name": "value_if_true1",
|
|
7916
|
+
"detail": "Result to be returned if logical_test1 evaluates to TRUE. Can be empty."
|
|
7917
|
+
},
|
|
7918
|
+
"logicalTest2": {
|
|
7919
|
+
"name": "logical_test2",
|
|
7920
|
+
"detail": "Condition that evaluates to TRUE or FALSE."
|
|
7921
|
+
},
|
|
7922
|
+
"valueIfTrue2": {
|
|
7923
|
+
"name": "value_if_true2",
|
|
7924
|
+
"detail": "Result to be returned if logical_testN evaluates to TRUE. Each value_if_trueN corresponds with a condition logical_testN. Can be empty."
|
|
7630
7925
|
}
|
|
7631
7926
|
}
|
|
7632
7927
|
},
|
|
@@ -7695,8 +7990,8 @@
|
|
|
7695
7990
|
}
|
|
7696
7991
|
},
|
|
7697
7992
|
"NOT": {
|
|
7698
|
-
"description": "Reverses the logic of its argument",
|
|
7699
|
-
"abstract": "Reverses the logic of its argument",
|
|
7993
|
+
"description": "Reverses the logic of its argument.",
|
|
7994
|
+
"abstract": "Reverses the logic of its argument.",
|
|
7700
7995
|
"links": [
|
|
7701
7996
|
{
|
|
7702
7997
|
"title": "Instruction",
|
|
@@ -7704,13 +7999,9 @@
|
|
|
7704
7999
|
}
|
|
7705
8000
|
],
|
|
7706
8001
|
"functionParameter": {
|
|
7707
|
-
"
|
|
7708
|
-
"name": "
|
|
7709
|
-
"detail": "
|
|
7710
|
-
},
|
|
7711
|
-
"number2": {
|
|
7712
|
-
"name": "number2",
|
|
7713
|
-
"detail": "second"
|
|
8002
|
+
"logical": {
|
|
8003
|
+
"name": "logical",
|
|
8004
|
+
"detail": "The condition that you want to reverse the logic for, which can evaluate to either TRUE or FALSE."
|
|
7714
8005
|
}
|
|
7715
8006
|
}
|
|
7716
8007
|
},
|
|
@@ -7784,39 +8075,42 @@
|
|
|
7784
8075
|
}
|
|
7785
8076
|
],
|
|
7786
8077
|
"functionParameter": {
|
|
7787
|
-
"
|
|
7788
|
-
"name": "
|
|
7789
|
-
"detail": "
|
|
8078
|
+
"expression": {
|
|
8079
|
+
"name": "expression",
|
|
8080
|
+
"detail": "Expression is the value (such as a number, date or some text) that will be compared against value1…value126."
|
|
7790
8081
|
},
|
|
7791
|
-
"
|
|
7792
|
-
"name": "
|
|
7793
|
-
"detail": "
|
|
8082
|
+
"value1": {
|
|
8083
|
+
"name": "value1",
|
|
8084
|
+
"detail": "ValueN is a value that will be compared against expression."
|
|
8085
|
+
},
|
|
8086
|
+
"result1": {
|
|
8087
|
+
"name": "result1",
|
|
8088
|
+
"detail": "ResultN is the value to be returned when the corresponding valueN argument matches expression. ResultN and must be supplied for each corresponding valueN argument."
|
|
8089
|
+
},
|
|
8090
|
+
"defaultOrValue2": {
|
|
8091
|
+
"name": "default_or_value2",
|
|
8092
|
+
"detail": "Default is the value to return in case no matches are found in the valueN expressions. The Default argument is identified by having no corresponding resultN expression (see examples). Default must be the final argument in the function."
|
|
8093
|
+
},
|
|
8094
|
+
"result2": {
|
|
8095
|
+
"name": "result2",
|
|
8096
|
+
"detail": "ResultN is the value to be returned when the corresponding valueN argument matches expression. ResultN and must be supplied for each corresponding valueN argument."
|
|
7794
8097
|
}
|
|
7795
8098
|
}
|
|
7796
8099
|
},
|
|
7797
8100
|
"TRUE": {
|
|
7798
|
-
"description": "Returns the logical value TRUE",
|
|
7799
|
-
"abstract": "Returns the logical value TRUE",
|
|
8101
|
+
"description": "Returns the logical value TRUE.",
|
|
8102
|
+
"abstract": "Returns the logical value TRUE.",
|
|
7800
8103
|
"links": [
|
|
7801
8104
|
{
|
|
7802
8105
|
"title": "Instruction",
|
|
7803
8106
|
"url": "https://support.microsoft.com/en-us/office/true-function-7652c6e3-8987-48d0-97cd-ef223246b3fb"
|
|
7804
8107
|
}
|
|
7805
8108
|
],
|
|
7806
|
-
"functionParameter": {
|
|
7807
|
-
"number1": {
|
|
7808
|
-
"name": "number1",
|
|
7809
|
-
"detail": "first"
|
|
7810
|
-
},
|
|
7811
|
-
"number2": {
|
|
7812
|
-
"name": "number2",
|
|
7813
|
-
"detail": "second"
|
|
7814
|
-
}
|
|
7815
|
-
}
|
|
8109
|
+
"functionParameter": {}
|
|
7816
8110
|
},
|
|
7817
8111
|
"XOR": {
|
|
7818
|
-
"description": "Returns
|
|
7819
|
-
"abstract": "Returns
|
|
8112
|
+
"description": "Returns TRUE if an odd number of its arguments evaluate to TRUE, and FALSE if an even number of its arguments evaluate to TRUE.",
|
|
8113
|
+
"abstract": "Returns TRUE if an odd number of arguments are TRUE",
|
|
7820
8114
|
"links": [
|
|
7821
8115
|
{
|
|
7822
8116
|
"title": "Instruction",
|
|
@@ -7824,13 +8118,13 @@
|
|
|
7824
8118
|
}
|
|
7825
8119
|
],
|
|
7826
8120
|
"functionParameter": {
|
|
7827
|
-
"
|
|
7828
|
-
"name": "
|
|
7829
|
-
"detail": "first"
|
|
8121
|
+
"logical1": {
|
|
8122
|
+
"name": "logical1",
|
|
8123
|
+
"detail": "The first condition that you want to test that can evaluate to either TRUE or FALSE."
|
|
7830
8124
|
},
|
|
7831
|
-
"
|
|
7832
|
-
"name": "
|
|
7833
|
-
"detail": "
|
|
8125
|
+
"logical2": {
|
|
8126
|
+
"name": "logical2",
|
|
8127
|
+
"detail": "Additional conditions that you want to test that can evaluate to either TRUE or FALSE, up to a maximum of 255 conditions."
|
|
7834
8128
|
}
|
|
7835
8129
|
}
|
|
7836
8130
|
},
|
|
@@ -8212,13 +8506,13 @@
|
|
|
8212
8506
|
}
|
|
8213
8507
|
],
|
|
8214
8508
|
"functionParameter": {
|
|
8215
|
-
"
|
|
8216
|
-
"name": "
|
|
8217
|
-
"detail": "
|
|
8509
|
+
"x": {
|
|
8510
|
+
"name": "X",
|
|
8511
|
+
"detail": "The value at which to evaluate the function."
|
|
8218
8512
|
},
|
|
8219
|
-
"
|
|
8220
|
-
"name": "
|
|
8221
|
-
"detail": "
|
|
8513
|
+
"n": {
|
|
8514
|
+
"name": "N",
|
|
8515
|
+
"detail": "The order of the Bessel function. If n is not an integer, it is truncated."
|
|
8222
8516
|
}
|
|
8223
8517
|
}
|
|
8224
8518
|
},
|
|
@@ -8232,13 +8526,13 @@
|
|
|
8232
8526
|
}
|
|
8233
8527
|
],
|
|
8234
8528
|
"functionParameter": {
|
|
8235
|
-
"
|
|
8236
|
-
"name": "
|
|
8237
|
-
"detail": "
|
|
8529
|
+
"x": {
|
|
8530
|
+
"name": "X",
|
|
8531
|
+
"detail": "The value at which to evaluate the function."
|
|
8238
8532
|
},
|
|
8239
|
-
"
|
|
8240
|
-
"name": "
|
|
8241
|
-
"detail": "
|
|
8533
|
+
"n": {
|
|
8534
|
+
"name": "N",
|
|
8535
|
+
"detail": "The order of the Bessel function. If n is not an integer, it is truncated."
|
|
8242
8536
|
}
|
|
8243
8537
|
}
|
|
8244
8538
|
},
|
|
@@ -8252,13 +8546,13 @@
|
|
|
8252
8546
|
}
|
|
8253
8547
|
],
|
|
8254
8548
|
"functionParameter": {
|
|
8255
|
-
"
|
|
8256
|
-
"name": "
|
|
8257
|
-
"detail": "
|
|
8549
|
+
"x": {
|
|
8550
|
+
"name": "X",
|
|
8551
|
+
"detail": "The value at which to evaluate the function."
|
|
8258
8552
|
},
|
|
8259
|
-
"
|
|
8260
|
-
"name": "
|
|
8261
|
-
"detail": "
|
|
8553
|
+
"n": {
|
|
8554
|
+
"name": "N",
|
|
8555
|
+
"detail": "The order of the Bessel function. If n is not an integer, it is truncated."
|
|
8262
8556
|
}
|
|
8263
8557
|
}
|
|
8264
8558
|
},
|
|
@@ -8272,13 +8566,13 @@
|
|
|
8272
8566
|
}
|
|
8273
8567
|
],
|
|
8274
8568
|
"functionParameter": {
|
|
8275
|
-
"
|
|
8276
|
-
"name": "
|
|
8277
|
-
"detail": "
|
|
8569
|
+
"x": {
|
|
8570
|
+
"name": "X",
|
|
8571
|
+
"detail": "The value at which to evaluate the function."
|
|
8278
8572
|
},
|
|
8279
|
-
"
|
|
8280
|
-
"name": "
|
|
8281
|
-
"detail": "
|
|
8573
|
+
"n": {
|
|
8574
|
+
"name": "N",
|
|
8575
|
+
"detail": "The order of the Bessel function. If n is not an integer, it is truncated."
|
|
8282
8576
|
}
|
|
8283
8577
|
}
|
|
8284
8578
|
},
|
|
@@ -8292,13 +8586,9 @@
|
|
|
8292
8586
|
}
|
|
8293
8587
|
],
|
|
8294
8588
|
"functionParameter": {
|
|
8295
|
-
"
|
|
8296
|
-
"name": "
|
|
8297
|
-
"detail": "
|
|
8298
|
-
},
|
|
8299
|
-
"number2": {
|
|
8300
|
-
"name": "number2",
|
|
8301
|
-
"detail": "second"
|
|
8589
|
+
"number": {
|
|
8590
|
+
"name": "number",
|
|
8591
|
+
"detail": "The binary number you want to convert."
|
|
8302
8592
|
}
|
|
8303
8593
|
}
|
|
8304
8594
|
},
|
|
@@ -8312,13 +8602,13 @@
|
|
|
8312
8602
|
}
|
|
8313
8603
|
],
|
|
8314
8604
|
"functionParameter": {
|
|
8315
|
-
"
|
|
8316
|
-
"name": "
|
|
8317
|
-
"detail": "
|
|
8605
|
+
"number": {
|
|
8606
|
+
"name": "number",
|
|
8607
|
+
"detail": "The binary number you want to convert."
|
|
8318
8608
|
},
|
|
8319
|
-
"
|
|
8320
|
-
"name": "
|
|
8321
|
-
"detail": "
|
|
8609
|
+
"places": {
|
|
8610
|
+
"name": "places",
|
|
8611
|
+
"detail": "The number of characters to use."
|
|
8322
8612
|
}
|
|
8323
8613
|
}
|
|
8324
8614
|
},
|
|
@@ -8332,13 +8622,13 @@
|
|
|
8332
8622
|
}
|
|
8333
8623
|
],
|
|
8334
8624
|
"functionParameter": {
|
|
8335
|
-
"
|
|
8336
|
-
"name": "
|
|
8337
|
-
"detail": "
|
|
8625
|
+
"number": {
|
|
8626
|
+
"name": "number",
|
|
8627
|
+
"detail": "The binary number you want to convert."
|
|
8338
8628
|
},
|
|
8339
|
-
"
|
|
8340
|
-
"name": "
|
|
8341
|
-
"detail": "
|
|
8629
|
+
"places": {
|
|
8630
|
+
"name": "places",
|
|
8631
|
+
"detail": "The number of characters to use."
|
|
8342
8632
|
}
|
|
8343
8633
|
}
|
|
8344
8634
|
},
|
|
@@ -8354,11 +8644,11 @@
|
|
|
8354
8644
|
"functionParameter": {
|
|
8355
8645
|
"number1": {
|
|
8356
8646
|
"name": "number1",
|
|
8357
|
-
"detail": "
|
|
8647
|
+
"detail": "Must be in decimal form and greater than or equal to 0."
|
|
8358
8648
|
},
|
|
8359
8649
|
"number2": {
|
|
8360
8650
|
"name": "number2",
|
|
8361
|
-
"detail": "
|
|
8651
|
+
"detail": "Must be in decimal form and greater than or equal to 0."
|
|
8362
8652
|
}
|
|
8363
8653
|
}
|
|
8364
8654
|
},
|
|
@@ -8372,13 +8662,13 @@
|
|
|
8372
8662
|
}
|
|
8373
8663
|
],
|
|
8374
8664
|
"functionParameter": {
|
|
8375
|
-
"
|
|
8376
|
-
"name": "
|
|
8377
|
-
"detail": "
|
|
8665
|
+
"number": {
|
|
8666
|
+
"name": "number",
|
|
8667
|
+
"detail": "Number must be an integer greater than or equal to 0."
|
|
8378
8668
|
},
|
|
8379
|
-
"
|
|
8380
|
-
"name": "
|
|
8381
|
-
"detail": "
|
|
8669
|
+
"shiftAmount": {
|
|
8670
|
+
"name": "shift_amount",
|
|
8671
|
+
"detail": "Shift_amount must be an integer."
|
|
8382
8672
|
}
|
|
8383
8673
|
}
|
|
8384
8674
|
},
|
|
@@ -8394,11 +8684,11 @@
|
|
|
8394
8684
|
"functionParameter": {
|
|
8395
8685
|
"number1": {
|
|
8396
8686
|
"name": "number1",
|
|
8397
|
-
"detail": "
|
|
8687
|
+
"detail": "Must be in decimal form and greater than or equal to 0."
|
|
8398
8688
|
},
|
|
8399
8689
|
"number2": {
|
|
8400
8690
|
"name": "number2",
|
|
8401
|
-
"detail": "
|
|
8691
|
+
"detail": "Must be in decimal form and greater than or equal to 0."
|
|
8402
8692
|
}
|
|
8403
8693
|
}
|
|
8404
8694
|
},
|
|
@@ -8412,13 +8702,13 @@
|
|
|
8412
8702
|
}
|
|
8413
8703
|
],
|
|
8414
8704
|
"functionParameter": {
|
|
8415
|
-
"
|
|
8416
|
-
"name": "
|
|
8417
|
-
"detail": "
|
|
8705
|
+
"number": {
|
|
8706
|
+
"name": "number",
|
|
8707
|
+
"detail": "Number must be an integer greater than or equal to 0."
|
|
8418
8708
|
},
|
|
8419
|
-
"
|
|
8420
|
-
"name": "
|
|
8421
|
-
"detail": "
|
|
8709
|
+
"shiftAmount": {
|
|
8710
|
+
"name": "shift_amount",
|
|
8711
|
+
"detail": "Shift_amount must be an integer."
|
|
8422
8712
|
}
|
|
8423
8713
|
}
|
|
8424
8714
|
},
|
|
@@ -8434,11 +8724,11 @@
|
|
|
8434
8724
|
"functionParameter": {
|
|
8435
8725
|
"number1": {
|
|
8436
8726
|
"name": "number1",
|
|
8437
|
-
"detail": "
|
|
8727
|
+
"detail": "Must be in decimal form and greater than or equal to 0."
|
|
8438
8728
|
},
|
|
8439
8729
|
"number2": {
|
|
8440
8730
|
"name": "number2",
|
|
8441
|
-
"detail": "
|
|
8731
|
+
"detail": "Must be in decimal form and greater than or equal to 0."
|
|
8442
8732
|
}
|
|
8443
8733
|
}
|
|
8444
8734
|
},
|
|
@@ -8452,13 +8742,17 @@
|
|
|
8452
8742
|
}
|
|
8453
8743
|
],
|
|
8454
8744
|
"functionParameter": {
|
|
8455
|
-
"
|
|
8456
|
-
"name": "
|
|
8457
|
-
"detail": "
|
|
8745
|
+
"realNum": {
|
|
8746
|
+
"name": "real_num",
|
|
8747
|
+
"detail": "The real coefficient of the complex number."
|
|
8458
8748
|
},
|
|
8459
|
-
"
|
|
8460
|
-
"name": "
|
|
8461
|
-
"detail": "
|
|
8749
|
+
"iNum": {
|
|
8750
|
+
"name": "i_num",
|
|
8751
|
+
"detail": "The imaginary coefficient of the complex number."
|
|
8752
|
+
},
|
|
8753
|
+
"suffix": {
|
|
8754
|
+
"name": "suffix",
|
|
8755
|
+
"detail": "The suffix for the imaginary component of the complex number. If omitted, suffix is assumed to be \"i\"."
|
|
8462
8756
|
}
|
|
8463
8757
|
}
|
|
8464
8758
|
},
|
|
@@ -8472,13 +8766,17 @@
|
|
|
8472
8766
|
}
|
|
8473
8767
|
],
|
|
8474
8768
|
"functionParameter": {
|
|
8475
|
-
"
|
|
8476
|
-
"name": "
|
|
8477
|
-
"detail": "
|
|
8769
|
+
"number": {
|
|
8770
|
+
"name": "number",
|
|
8771
|
+
"detail": "is the value in from_units to convert."
|
|
8478
8772
|
},
|
|
8479
|
-
"
|
|
8480
|
-
"name": "
|
|
8481
|
-
"detail": "
|
|
8773
|
+
"fromUnit": {
|
|
8774
|
+
"name": "from_unit",
|
|
8775
|
+
"detail": "is the units for number."
|
|
8776
|
+
},
|
|
8777
|
+
"toUnit": {
|
|
8778
|
+
"name": "to_unit",
|
|
8779
|
+
"detail": "is the units for the result."
|
|
8482
8780
|
}
|
|
8483
8781
|
}
|
|
8484
8782
|
},
|
|
@@ -8492,13 +8790,13 @@
|
|
|
8492
8790
|
}
|
|
8493
8791
|
],
|
|
8494
8792
|
"functionParameter": {
|
|
8495
|
-
"
|
|
8496
|
-
"name": "
|
|
8497
|
-
"detail": "
|
|
8793
|
+
"number": {
|
|
8794
|
+
"name": "number",
|
|
8795
|
+
"detail": "The decimal number you want to convert."
|
|
8498
8796
|
},
|
|
8499
|
-
"
|
|
8500
|
-
"name": "
|
|
8501
|
-
"detail": "
|
|
8797
|
+
"places": {
|
|
8798
|
+
"name": "places",
|
|
8799
|
+
"detail": "The number of characters to use."
|
|
8502
8800
|
}
|
|
8503
8801
|
}
|
|
8504
8802
|
},
|
|
@@ -8512,13 +8810,13 @@
|
|
|
8512
8810
|
}
|
|
8513
8811
|
],
|
|
8514
8812
|
"functionParameter": {
|
|
8515
|
-
"
|
|
8516
|
-
"name": "
|
|
8517
|
-
"detail": "
|
|
8813
|
+
"number": {
|
|
8814
|
+
"name": "number",
|
|
8815
|
+
"detail": "The decimal number you want to convert."
|
|
8518
8816
|
},
|
|
8519
|
-
"
|
|
8520
|
-
"name": "
|
|
8521
|
-
"detail": "
|
|
8817
|
+
"places": {
|
|
8818
|
+
"name": "places",
|
|
8819
|
+
"detail": "The number of characters to use."
|
|
8522
8820
|
}
|
|
8523
8821
|
}
|
|
8524
8822
|
},
|
|
@@ -8532,13 +8830,13 @@
|
|
|
8532
8830
|
}
|
|
8533
8831
|
],
|
|
8534
8832
|
"functionParameter": {
|
|
8535
|
-
"
|
|
8536
|
-
"name": "
|
|
8537
|
-
"detail": "
|
|
8833
|
+
"number": {
|
|
8834
|
+
"name": "number",
|
|
8835
|
+
"detail": "The decimal number you want to convert."
|
|
8538
8836
|
},
|
|
8539
|
-
"
|
|
8540
|
-
"name": "
|
|
8541
|
-
"detail": "
|
|
8837
|
+
"places": {
|
|
8838
|
+
"name": "places",
|
|
8839
|
+
"detail": "The number of characters to use."
|
|
8542
8840
|
}
|
|
8543
8841
|
}
|
|
8544
8842
|
},
|
|
@@ -8554,11 +8852,11 @@
|
|
|
8554
8852
|
"functionParameter": {
|
|
8555
8853
|
"number1": {
|
|
8556
8854
|
"name": "number1",
|
|
8557
|
-
"detail": "first"
|
|
8855
|
+
"detail": "The first number."
|
|
8558
8856
|
},
|
|
8559
8857
|
"number2": {
|
|
8560
8858
|
"name": "number2",
|
|
8561
|
-
"detail": "second"
|
|
8859
|
+
"detail": "The second number. If omitted, number2 is assumed to be zero."
|
|
8562
8860
|
}
|
|
8563
8861
|
}
|
|
8564
8862
|
},
|
|
@@ -8572,13 +8870,13 @@
|
|
|
8572
8870
|
}
|
|
8573
8871
|
],
|
|
8574
8872
|
"functionParameter": {
|
|
8575
|
-
"
|
|
8576
|
-
"name": "
|
|
8577
|
-
"detail": "
|
|
8873
|
+
"lowerLimit": {
|
|
8874
|
+
"name": "lower_limit",
|
|
8875
|
+
"detail": "The lower bound for integrating ERF."
|
|
8578
8876
|
},
|
|
8579
|
-
"
|
|
8580
|
-
"name": "
|
|
8581
|
-
"detail": "
|
|
8877
|
+
"upperLimit": {
|
|
8878
|
+
"name": "upper_limit",
|
|
8879
|
+
"detail": "The upper bound for integrating ERF. If omitted, ERF integrates between zero and lower_limit."
|
|
8582
8880
|
}
|
|
8583
8881
|
}
|
|
8584
8882
|
},
|
|
@@ -8592,13 +8890,9 @@
|
|
|
8592
8890
|
}
|
|
8593
8891
|
],
|
|
8594
8892
|
"functionParameter": {
|
|
8595
|
-
"
|
|
8596
|
-
"name": "
|
|
8597
|
-
"detail": "
|
|
8598
|
-
},
|
|
8599
|
-
"number2": {
|
|
8600
|
-
"name": "number2",
|
|
8601
|
-
"detail": "second"
|
|
8893
|
+
"x": {
|
|
8894
|
+
"name": "x",
|
|
8895
|
+
"detail": "The lower bound for integrating ERF.PRECISE."
|
|
8602
8896
|
}
|
|
8603
8897
|
}
|
|
8604
8898
|
},
|
|
@@ -8612,13 +8906,9 @@
|
|
|
8612
8906
|
}
|
|
8613
8907
|
],
|
|
8614
8908
|
"functionParameter": {
|
|
8615
|
-
"
|
|
8616
|
-
"name": "
|
|
8617
|
-
"detail": "
|
|
8618
|
-
},
|
|
8619
|
-
"number2": {
|
|
8620
|
-
"name": "number2",
|
|
8621
|
-
"detail": "second"
|
|
8909
|
+
"x": {
|
|
8910
|
+
"name": "x",
|
|
8911
|
+
"detail": "The lower bound for integrating ERFC."
|
|
8622
8912
|
}
|
|
8623
8913
|
}
|
|
8624
8914
|
},
|
|
@@ -8632,13 +8922,9 @@
|
|
|
8632
8922
|
}
|
|
8633
8923
|
],
|
|
8634
8924
|
"functionParameter": {
|
|
8635
|
-
"
|
|
8636
|
-
"name": "
|
|
8637
|
-
"detail": "
|
|
8638
|
-
},
|
|
8639
|
-
"number2": {
|
|
8640
|
-
"name": "number2",
|
|
8641
|
-
"detail": "second"
|
|
8925
|
+
"x": {
|
|
8926
|
+
"name": "x",
|
|
8927
|
+
"detail": "The lower bound for integrating ERFC.PRECISE."
|
|
8642
8928
|
}
|
|
8643
8929
|
}
|
|
8644
8930
|
},
|
|
@@ -8672,13 +8958,13 @@
|
|
|
8672
8958
|
}
|
|
8673
8959
|
],
|
|
8674
8960
|
"functionParameter": {
|
|
8675
|
-
"
|
|
8676
|
-
"name": "
|
|
8677
|
-
"detail": "
|
|
8961
|
+
"number": {
|
|
8962
|
+
"name": "number",
|
|
8963
|
+
"detail": "The hexadecimal number you want to convert."
|
|
8678
8964
|
},
|
|
8679
|
-
"
|
|
8680
|
-
"name": "
|
|
8681
|
-
"detail": "
|
|
8965
|
+
"places": {
|
|
8966
|
+
"name": "places",
|
|
8967
|
+
"detail": "The number of characters to use."
|
|
8682
8968
|
}
|
|
8683
8969
|
}
|
|
8684
8970
|
},
|
|
@@ -8692,13 +8978,9 @@
|
|
|
8692
8978
|
}
|
|
8693
8979
|
],
|
|
8694
8980
|
"functionParameter": {
|
|
8695
|
-
"
|
|
8696
|
-
"name": "
|
|
8697
|
-
"detail": "
|
|
8698
|
-
},
|
|
8699
|
-
"number2": {
|
|
8700
|
-
"name": "number2",
|
|
8701
|
-
"detail": "second"
|
|
8981
|
+
"number": {
|
|
8982
|
+
"name": "number",
|
|
8983
|
+
"detail": "The hexadecimal number you want to convert."
|
|
8702
8984
|
}
|
|
8703
8985
|
}
|
|
8704
8986
|
},
|
|
@@ -8712,13 +8994,13 @@
|
|
|
8712
8994
|
}
|
|
8713
8995
|
],
|
|
8714
8996
|
"functionParameter": {
|
|
8715
|
-
"
|
|
8716
|
-
"name": "
|
|
8717
|
-
"detail": "
|
|
8997
|
+
"number": {
|
|
8998
|
+
"name": "number",
|
|
8999
|
+
"detail": "The hexadecimal number you want to convert."
|
|
8718
9000
|
},
|
|
8719
|
-
"
|
|
8720
|
-
"name": "
|
|
8721
|
-
"detail": "
|
|
9001
|
+
"places": {
|
|
9002
|
+
"name": "places",
|
|
9003
|
+
"detail": "The number of characters to use."
|
|
8722
9004
|
}
|
|
8723
9005
|
}
|
|
8724
9006
|
},
|
|
@@ -9232,13 +9514,13 @@
|
|
|
9232
9514
|
}
|
|
9233
9515
|
],
|
|
9234
9516
|
"functionParameter": {
|
|
9235
|
-
"
|
|
9236
|
-
"name": "
|
|
9237
|
-
"detail": "
|
|
9517
|
+
"number": {
|
|
9518
|
+
"name": "number",
|
|
9519
|
+
"detail": "The octal number you want to convert."
|
|
9238
9520
|
},
|
|
9239
|
-
"
|
|
9240
|
-
"name": "
|
|
9241
|
-
"detail": "
|
|
9521
|
+
"places": {
|
|
9522
|
+
"name": "places",
|
|
9523
|
+
"detail": "The number of characters to use."
|
|
9242
9524
|
}
|
|
9243
9525
|
}
|
|
9244
9526
|
},
|
|
@@ -9252,13 +9534,9 @@
|
|
|
9252
9534
|
}
|
|
9253
9535
|
],
|
|
9254
9536
|
"functionParameter": {
|
|
9255
|
-
"
|
|
9256
|
-
"name": "
|
|
9257
|
-
"detail": "
|
|
9258
|
-
},
|
|
9259
|
-
"number2": {
|
|
9260
|
-
"name": "number2",
|
|
9261
|
-
"detail": "second"
|
|
9537
|
+
"number": {
|
|
9538
|
+
"name": "number",
|
|
9539
|
+
"detail": "The octal number you want to convert."
|
|
9262
9540
|
}
|
|
9263
9541
|
}
|
|
9264
9542
|
},
|
|
@@ -9272,13 +9550,13 @@
|
|
|
9272
9550
|
}
|
|
9273
9551
|
],
|
|
9274
9552
|
"functionParameter": {
|
|
9275
|
-
"
|
|
9276
|
-
"name": "
|
|
9277
|
-
"detail": "
|
|
9553
|
+
"number": {
|
|
9554
|
+
"name": "number",
|
|
9555
|
+
"detail": "The octal number you want to convert."
|
|
9278
9556
|
},
|
|
9279
|
-
"
|
|
9280
|
-
"name": "
|
|
9281
|
-
"detail": "
|
|
9557
|
+
"places": {
|
|
9558
|
+
"name": "places",
|
|
9559
|
+
"detail": "The number of characters to use."
|
|
9282
9560
|
}
|
|
9283
9561
|
}
|
|
9284
9562
|
},
|