@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.
Files changed (103) hide show
  1. package/lib/cjs/index.js +2 -2
  2. package/lib/es/index.js +880 -366
  3. package/lib/locale/en-US.json +616 -332
  4. package/lib/locale/ru-RU.json +616 -332
  5. package/lib/locale/vi-VN.json +624 -340
  6. package/lib/locale/zh-CN.json +624 -340
  7. package/lib/locale/zh-TW.json +624 -340
  8. package/lib/types/commands/commands/formula-clipboard.command.d.ts +0 -1
  9. package/lib/types/commands/commands/insert-function.command.d.ts +0 -1
  10. package/lib/types/commands/mutations/formula.mutation.d.ts +0 -1
  11. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +0 -1
  12. package/lib/types/commands/operations/editor-formula.operation.d.ts +0 -1
  13. package/lib/types/commands/operations/help-function.operation.d.ts +0 -1
  14. package/lib/types/commands/operations/insert-function.operation.d.ts +0 -1
  15. package/lib/types/commands/operations/more-functions.operation.d.ts +0 -1
  16. package/lib/types/commands/operations/reference-absolute.operation.d.ts +0 -1
  17. package/lib/types/commands/operations/search-function.operation.d.ts +0 -1
  18. package/lib/types/common/selection.d.ts +0 -1
  19. package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +0 -1
  20. package/lib/types/controllers/active-dirty.controller.d.ts +0 -1
  21. package/lib/types/controllers/array-formula-display.controller.d.ts +0 -1
  22. package/lib/types/controllers/defined-name.controller.d.ts +0 -1
  23. package/lib/types/controllers/formula-alert-render.controller.d.ts +0 -1
  24. package/lib/types/controllers/formula-auto-fill.controller.d.ts +0 -1
  25. package/lib/types/controllers/formula-clipboard.controller.d.ts +0 -1
  26. package/lib/types/controllers/formula-editor-show.controller.d.ts +0 -1
  27. package/lib/types/controllers/formula-render.controller.d.ts +0 -1
  28. package/lib/types/controllers/formula-ui.controller.d.ts +0 -1
  29. package/lib/types/controllers/menu.d.ts +0 -1
  30. package/lib/types/controllers/prompt.controller.d.ts +4 -1
  31. package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +0 -1
  32. package/lib/types/controllers/trigger-calculation.controller.d.ts +0 -1
  33. package/lib/types/controllers/update-formula.controller.d.ts +0 -1
  34. package/lib/types/controllers/utils/offset-formula-data.d.ts +0 -1
  35. package/lib/types/controllers/utils/ref-range-formula.d.ts +0 -1
  36. package/lib/types/controllers/utils/utils.d.ts +0 -1
  37. package/lib/types/formula-ui-plugin.d.ts +0 -1
  38. package/lib/types/locale/en-US.d.ts +408 -124
  39. package/lib/types/locale/function-list/array/ru-RU.d.ts +0 -1
  40. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +0 -1
  41. package/lib/types/locale/function-list/date/ru-RU.d.ts +0 -1
  42. package/lib/types/locale/function-list/engineering/en-US.d.ts +50 -66
  43. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +50 -66
  44. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +0 -1
  45. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +50 -66
  46. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +50 -66
  47. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +50 -66
  48. package/lib/types/locale/function-list/financial/en-US.d.ts +344 -56
  49. package/lib/types/locale/function-list/financial/ja-JP.d.ts +344 -56
  50. package/lib/types/locale/function-list/financial/ru-RU.d.ts +0 -1
  51. package/lib/types/locale/function-list/financial/vi-VN.d.ts +344 -56
  52. package/lib/types/locale/function-list/financial/zh-CN.d.ts +344 -56
  53. package/lib/types/locale/function-list/financial/zh-TW.d.ts +344 -56
  54. package/lib/types/locale/function-list/information/ru-RU.d.ts +0 -1
  55. package/lib/types/locale/function-list/logical/en-US.d.ts +14 -2
  56. package/lib/types/locale/function-list/logical/ja-JP.d.ts +14 -2
  57. package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -1
  58. package/lib/types/locale/function-list/logical/vi-VN.d.ts +14 -2
  59. package/lib/types/locale/function-list/logical/zh-CN.d.ts +14 -2
  60. package/lib/types/locale/function-list/logical/zh-TW.d.ts +14 -2
  61. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -1
  62. package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -1
  63. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +0 -1
  64. package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -1
  65. package/lib/types/locale/ru-RU.d.ts +408 -124
  66. package/lib/types/locale/vi-VN.d.ts +408 -124
  67. package/lib/types/locale/zh-CN.d.ts +408 -124
  68. package/lib/types/locale/zh-TW.d.ts +408 -124
  69. package/lib/types/services/description.service.d.ts +0 -1
  70. package/lib/types/services/formula-common.d.ts +0 -1
  71. package/lib/types/services/formula-ref-range.service.d.ts +0 -1
  72. package/lib/types/services/function-list/array.d.ts +0 -1
  73. package/lib/types/services/function-list/compatibility.d.ts +0 -1
  74. package/lib/types/services/function-list/cube.d.ts +0 -1
  75. package/lib/types/services/function-list/database.d.ts +0 -1
  76. package/lib/types/services/function-list/date.d.ts +0 -1
  77. package/lib/types/services/function-list/engineering.d.ts +0 -1
  78. package/lib/types/services/function-list/financial.d.ts +0 -1
  79. package/lib/types/services/function-list/function-list.d.ts +0 -1
  80. package/lib/types/services/function-list/information.d.ts +0 -1
  81. package/lib/types/services/function-list/logical.d.ts +0 -1
  82. package/lib/types/services/function-list/lookup.d.ts +0 -1
  83. package/lib/types/services/function-list/math.d.ts +0 -1
  84. package/lib/types/services/function-list/statistical.d.ts +0 -1
  85. package/lib/types/services/function-list/text.d.ts +0 -1
  86. package/lib/types/services/function-list/univer.d.ts +0 -1
  87. package/lib/types/services/function-list/web.d.ts +0 -1
  88. package/lib/types/services/prompt.service.d.ts +0 -1
  89. package/lib/types/services/register-function.service.d.ts +0 -1
  90. package/lib/types/services/register-other-formula.service.d.ts +0 -1
  91. package/lib/types/services/remote/remote-register-function.service.d.ts +0 -1
  92. package/lib/types/services/render-services/ref-selections.render-service.d.ts +0 -1
  93. package/lib/types/services/utils.d.ts +0 -1
  94. package/lib/types/views/FormulaPromptContainer.d.ts +0 -1
  95. package/lib/types/views/more-functions/MoreFunctions.d.ts +0 -1
  96. package/lib/types/views/more-functions/function-help/FunctionHelp.d.ts +0 -1
  97. package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +0 -1
  98. package/lib/types/views/more-functions/input-params/InputParams.d.ts +0 -1
  99. package/lib/types/views/more-functions/select-function/SelectFunction.d.ts +0 -1
  100. package/lib/types/views/prompt/help-function/HelpFunction.d.ts +0 -1
  101. package/lib/types/views/prompt/search-function/SearchFunction.d.ts +0 -1
  102. package/lib/umd/index.js +2 -2
  103. package/package.json +23 -23
@@ -20,13 +20,37 @@
20
20
  }
21
21
  ],
22
22
  "functionParameter": {
23
- "number1": {
24
- "name": "number1",
25
- "detail": "first"
23
+ "issue": {
24
+ "name": "issue",
25
+ "detail": "The security's issue date."
26
26
  },
27
- "number2": {
28
- "name": "number2",
29
- "detail": "second"
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
- "number1": {
44
- "name": "number1",
45
- "detail": "first"
67
+ "issue": {
68
+ "name": "issue",
69
+ "detail": "The security's issue date."
46
70
  },
47
- "number2": {
48
- "name": "number2",
49
- "detail": "second"
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
- "number1": {
84
- "name": "number1",
85
- "detail": "first"
119
+ "cost": {
120
+ "name": "cost",
121
+ "detail": "The cost of the asset."
86
122
  },
87
- "number2": {
88
- "name": "number2",
89
- "detail": "second"
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
- "number1": {
104
- "name": "number1",
105
- "detail": "first"
159
+ "settlement": {
160
+ "name": "settlement",
161
+ "detail": "The security's settlement date."
106
162
  },
107
- "number2": {
108
- "name": "number2",
109
- "detail": "second"
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
- "number1": {
124
- "name": "number1",
125
- "detail": "first"
187
+ "settlement": {
188
+ "name": "settlement",
189
+ "detail": "The security's settlement date."
126
190
  },
127
- "number2": {
128
- "name": "number2",
129
- "detail": "second"
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
- "number1": {
144
- "name": "number1",
145
- "detail": "first"
215
+ "settlement": {
216
+ "name": "settlement",
217
+ "detail": "The security's settlement date."
146
218
  },
147
- "number2": {
148
- "name": "number2",
149
- "detail": "second"
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
- "number1": {
164
- "name": "number1",
165
- "detail": "first"
243
+ "settlement": {
244
+ "name": "settlement",
245
+ "detail": "The security's settlement date."
166
246
  },
167
- "number2": {
168
- "name": "number2",
169
- "detail": "second"
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
- "number1": {
184
- "name": "number1",
185
- "detail": "first"
271
+ "settlement": {
272
+ "name": "settlement",
273
+ "detail": "The security's settlement date."
186
274
  },
187
- "number2": {
188
- "name": "number2",
189
- "detail": "second"
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
- "number1": {
204
- "name": "number1",
205
- "detail": "first"
299
+ "settlement": {
300
+ "name": "settlement",
301
+ "detail": "The security's settlement date."
206
302
  },
207
- "number2": {
208
- "name": "number2",
209
- "detail": "second"
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
- "number1": {
224
- "name": "number1",
225
- "detail": "first"
327
+ "rate": {
328
+ "name": "rate",
329
+ "detail": "The interest rate."
226
330
  },
227
- "number2": {
228
- "name": "number2",
229
- "detail": "second"
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
- "number1": {
244
- "name": "number1",
245
- "detail": "first"
363
+ "rate": {
364
+ "name": "rate",
365
+ "detail": "The interest rate."
246
366
  },
247
- "number2": {
248
- "name": "number2",
249
- "detail": "second"
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
- "number1": {
264
- "name": "number1",
265
- "detail": "first"
399
+ "cost": {
400
+ "name": "cost",
401
+ "detail": "The initial cost of the asset."
266
402
  },
267
- "number2": {
268
- "name": "number2",
269
- "detail": "second"
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
- "number1": {
284
- "name": "number1",
285
- "detail": "first"
431
+ "cost": {
432
+ "name": "cost",
433
+ "detail": "The initial cost of the asset."
286
434
  },
287
- "number2": {
288
- "name": "number2",
289
- "detail": "second"
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
- "number1": {
304
- "name": "number1",
305
- "detail": "first"
463
+ "settlement": {
464
+ "name": "settlement",
465
+ "detail": "The security's settlement date."
306
466
  },
307
- "number2": {
308
- "name": "number2",
309
- "detail": "second"
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
- "number1": {
324
- "name": "number1",
325
- "detail": "first"
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
- "number2": {
328
- "name": "number2",
329
- "detail": "second"
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
- "number1": {
344
- "name": "number1",
345
- "detail": "first"
515
+ "decimalDollar": {
516
+ "name": "decimal_dollar",
517
+ "detail": "A decimal number."
346
518
  },
347
- "number2": {
348
- "name": "number2",
349
- "detail": "second"
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
- "number1": {
384
- "name": "number1",
385
- "detail": "first"
555
+ "nominalRate": {
556
+ "name": "nominal_rate",
557
+ "detail": "The nominal interest rate."
386
558
  },
387
- "number2": {
388
- "name": "number2",
389
- "detail": "second"
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
- "number1": {
404
- "name": "number1",
405
- "detail": "first"
575
+ "rate": {
576
+ "name": "rate",
577
+ "detail": "The interest rate per period."
406
578
  },
407
- "number2": {
408
- "name": "number2",
409
- "detail": "second"
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
- "number1": {
424
- "name": "number1",
425
- "detail": "first"
607
+ "principal": {
608
+ "name": "principal",
609
+ "detail": "The present value."
426
610
  },
427
- "number2": {
428
- "name": "number2",
429
- "detail": "second"
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
- "number1": {
444
- "name": "number1",
445
- "detail": "first"
627
+ "settlement": {
628
+ "name": "settlement",
629
+ "detail": "The security's settlement date."
446
630
  },
447
- "number2": {
448
- "name": "number2",
449
- "detail": "second"
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
- "number1": {
464
- "name": "number1",
465
- "detail": "first"
659
+ "rate": {
660
+ "name": "rate",
661
+ "detail": "The interest rate per period."
466
662
  },
467
- "number2": {
468
- "name": "number2",
469
- "detail": "second"
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
- "number1": {
504
- "name": "number1",
505
- "detail": "first"
715
+ "rate": {
716
+ "name": "rate",
717
+ "detail": "The interest rate for the investment."
506
718
  },
507
- "number2": {
508
- "name": "number2",
509
- "detail": "second"
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
- "number1": {
564
- "name": "number1",
565
- "detail": "first"
783
+ "effectRate": {
784
+ "name": "effect_rate",
785
+ "detail": "The effective interest rate."
566
786
  },
567
- "number2": {
568
- "name": "number2",
569
- "detail": "second"
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
- "number1": {
584
- "name": "number1",
585
- "detail": "first"
803
+ "rate": {
804
+ "name": "rate",
805
+ "detail": "The interest rate per period."
586
806
  },
587
- "number2": {
588
- "name": "number2",
589
- "detail": "second"
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
- "number1": {
724
- "name": "number1",
725
- "detail": "first"
955
+ "rate": {
956
+ "name": "rate",
957
+ "detail": "The interest rate per period."
726
958
  },
727
- "number2": {
728
- "name": "number2",
729
- "detail": "second"
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
- "number1": {
744
- "name": "number1",
745
- "detail": "first"
987
+ "rate": {
988
+ "name": "rate",
989
+ "detail": "The interest rate per period."
746
990
  },
747
- "number2": {
748
- "name": "number2",
749
- "detail": "second"
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
- "number1": {
824
- "name": "number1",
825
- "detail": "first"
1083
+ "rate": {
1084
+ "name": "rate",
1085
+ "detail": "The interest rate per period."
826
1086
  },
827
- "number2": {
828
- "name": "number2",
829
- "detail": "second"
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
- "number1": {
844
- "name": "number1",
845
- "detail": "first"
1115
+ "nper": {
1116
+ "name": "nper",
1117
+ "detail": "The total number of payment periods in an annuity."
846
1118
  },
847
- "number2": {
848
- "name": "number2",
849
- "detail": "second"
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
- "number1": {
2294
- "name": "number1",
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
- "number2": {
2298
- "name": "number2",
2299
- "detail": "second"
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
  },
@@ -8206,13 +8506,13 @@
8206
8506
  }
8207
8507
  ],
8208
8508
  "functionParameter": {
8209
- "number1": {
8210
- "name": "number1",
8211
- "detail": "first"
8509
+ "x": {
8510
+ "name": "X",
8511
+ "detail": "The value at which to evaluate the function."
8212
8512
  },
8213
- "number2": {
8214
- "name": "number2",
8215
- "detail": "second"
8513
+ "n": {
8514
+ "name": "N",
8515
+ "detail": "The order of the Bessel function. If n is not an integer, it is truncated."
8216
8516
  }
8217
8517
  }
8218
8518
  },
@@ -8226,13 +8526,13 @@
8226
8526
  }
8227
8527
  ],
8228
8528
  "functionParameter": {
8229
- "number1": {
8230
- "name": "number1",
8231
- "detail": "first"
8529
+ "x": {
8530
+ "name": "X",
8531
+ "detail": "The value at which to evaluate the function."
8232
8532
  },
8233
- "number2": {
8234
- "name": "number2",
8235
- "detail": "second"
8533
+ "n": {
8534
+ "name": "N",
8535
+ "detail": "The order of the Bessel function. If n is not an integer, it is truncated."
8236
8536
  }
8237
8537
  }
8238
8538
  },
@@ -8246,13 +8546,13 @@
8246
8546
  }
8247
8547
  ],
8248
8548
  "functionParameter": {
8249
- "number1": {
8250
- "name": "number1",
8251
- "detail": "first"
8549
+ "x": {
8550
+ "name": "X",
8551
+ "detail": "The value at which to evaluate the function."
8252
8552
  },
8253
- "number2": {
8254
- "name": "number2",
8255
- "detail": "second"
8553
+ "n": {
8554
+ "name": "N",
8555
+ "detail": "The order of the Bessel function. If n is not an integer, it is truncated."
8256
8556
  }
8257
8557
  }
8258
8558
  },
@@ -8266,13 +8566,13 @@
8266
8566
  }
8267
8567
  ],
8268
8568
  "functionParameter": {
8269
- "number1": {
8270
- "name": "number1",
8271
- "detail": "first"
8569
+ "x": {
8570
+ "name": "X",
8571
+ "detail": "The value at which to evaluate the function."
8272
8572
  },
8273
- "number2": {
8274
- "name": "number2",
8275
- "detail": "second"
8573
+ "n": {
8574
+ "name": "N",
8575
+ "detail": "The order of the Bessel function. If n is not an integer, it is truncated."
8276
8576
  }
8277
8577
  }
8278
8578
  },
@@ -8286,13 +8586,9 @@
8286
8586
  }
8287
8587
  ],
8288
8588
  "functionParameter": {
8289
- "number1": {
8290
- "name": "number1",
8291
- "detail": "first"
8292
- },
8293
- "number2": {
8294
- "name": "number2",
8295
- "detail": "second"
8589
+ "number": {
8590
+ "name": "number",
8591
+ "detail": "The binary number you want to convert."
8296
8592
  }
8297
8593
  }
8298
8594
  },
@@ -8306,13 +8602,13 @@
8306
8602
  }
8307
8603
  ],
8308
8604
  "functionParameter": {
8309
- "number1": {
8310
- "name": "number1",
8311
- "detail": "first"
8605
+ "number": {
8606
+ "name": "number",
8607
+ "detail": "The binary number you want to convert."
8312
8608
  },
8313
- "number2": {
8314
- "name": "number2",
8315
- "detail": "second"
8609
+ "places": {
8610
+ "name": "places",
8611
+ "detail": "The number of characters to use."
8316
8612
  }
8317
8613
  }
8318
8614
  },
@@ -8326,13 +8622,13 @@
8326
8622
  }
8327
8623
  ],
8328
8624
  "functionParameter": {
8329
- "number1": {
8330
- "name": "number1",
8331
- "detail": "first"
8625
+ "number": {
8626
+ "name": "number",
8627
+ "detail": "The binary number you want to convert."
8332
8628
  },
8333
- "number2": {
8334
- "name": "number2",
8335
- "detail": "second"
8629
+ "places": {
8630
+ "name": "places",
8631
+ "detail": "The number of characters to use."
8336
8632
  }
8337
8633
  }
8338
8634
  },
@@ -8348,11 +8644,11 @@
8348
8644
  "functionParameter": {
8349
8645
  "number1": {
8350
8646
  "name": "number1",
8351
- "detail": "first"
8647
+ "detail": "Must be in decimal form and greater than or equal to 0."
8352
8648
  },
8353
8649
  "number2": {
8354
8650
  "name": "number2",
8355
- "detail": "second"
8651
+ "detail": "Must be in decimal form and greater than or equal to 0."
8356
8652
  }
8357
8653
  }
8358
8654
  },
@@ -8366,13 +8662,13 @@
8366
8662
  }
8367
8663
  ],
8368
8664
  "functionParameter": {
8369
- "number1": {
8370
- "name": "number1",
8371
- "detail": "first"
8665
+ "number": {
8666
+ "name": "number",
8667
+ "detail": "Number must be an integer greater than or equal to 0."
8372
8668
  },
8373
- "number2": {
8374
- "name": "number2",
8375
- "detail": "second"
8669
+ "shiftAmount": {
8670
+ "name": "shift_amount",
8671
+ "detail": "Shift_amount must be an integer."
8376
8672
  }
8377
8673
  }
8378
8674
  },
@@ -8388,11 +8684,11 @@
8388
8684
  "functionParameter": {
8389
8685
  "number1": {
8390
8686
  "name": "number1",
8391
- "detail": "first"
8687
+ "detail": "Must be in decimal form and greater than or equal to 0."
8392
8688
  },
8393
8689
  "number2": {
8394
8690
  "name": "number2",
8395
- "detail": "second"
8691
+ "detail": "Must be in decimal form and greater than or equal to 0."
8396
8692
  }
8397
8693
  }
8398
8694
  },
@@ -8406,13 +8702,13 @@
8406
8702
  }
8407
8703
  ],
8408
8704
  "functionParameter": {
8409
- "number1": {
8410
- "name": "number1",
8411
- "detail": "first"
8705
+ "number": {
8706
+ "name": "number",
8707
+ "detail": "Number must be an integer greater than or equal to 0."
8412
8708
  },
8413
- "number2": {
8414
- "name": "number2",
8415
- "detail": "second"
8709
+ "shiftAmount": {
8710
+ "name": "shift_amount",
8711
+ "detail": "Shift_amount must be an integer."
8416
8712
  }
8417
8713
  }
8418
8714
  },
@@ -8428,11 +8724,11 @@
8428
8724
  "functionParameter": {
8429
8725
  "number1": {
8430
8726
  "name": "number1",
8431
- "detail": "first"
8727
+ "detail": "Must be in decimal form and greater than or equal to 0."
8432
8728
  },
8433
8729
  "number2": {
8434
8730
  "name": "number2",
8435
- "detail": "second"
8731
+ "detail": "Must be in decimal form and greater than or equal to 0."
8436
8732
  }
8437
8733
  }
8438
8734
  },
@@ -8446,13 +8742,17 @@
8446
8742
  }
8447
8743
  ],
8448
8744
  "functionParameter": {
8449
- "number1": {
8450
- "name": "number1",
8451
- "detail": "first"
8745
+ "realNum": {
8746
+ "name": "real_num",
8747
+ "detail": "The real coefficient of the complex number."
8452
8748
  },
8453
- "number2": {
8454
- "name": "number2",
8455
- "detail": "second"
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\"."
8456
8756
  }
8457
8757
  }
8458
8758
  },
@@ -8466,13 +8766,17 @@
8466
8766
  }
8467
8767
  ],
8468
8768
  "functionParameter": {
8469
- "number1": {
8470
- "name": "number1",
8471
- "detail": "first"
8769
+ "number": {
8770
+ "name": "number",
8771
+ "detail": "is the value in from_units to convert."
8472
8772
  },
8473
- "number2": {
8474
- "name": "number2",
8475
- "detail": "second"
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."
8476
8780
  }
8477
8781
  }
8478
8782
  },
@@ -8486,13 +8790,13 @@
8486
8790
  }
8487
8791
  ],
8488
8792
  "functionParameter": {
8489
- "number1": {
8490
- "name": "number1",
8491
- "detail": "first"
8793
+ "number": {
8794
+ "name": "number",
8795
+ "detail": "The decimal number you want to convert."
8492
8796
  },
8493
- "number2": {
8494
- "name": "number2",
8495
- "detail": "second"
8797
+ "places": {
8798
+ "name": "places",
8799
+ "detail": "The number of characters to use."
8496
8800
  }
8497
8801
  }
8498
8802
  },
@@ -8506,13 +8810,13 @@
8506
8810
  }
8507
8811
  ],
8508
8812
  "functionParameter": {
8509
- "number1": {
8510
- "name": "number1",
8511
- "detail": "first"
8813
+ "number": {
8814
+ "name": "number",
8815
+ "detail": "The decimal number you want to convert."
8512
8816
  },
8513
- "number2": {
8514
- "name": "number2",
8515
- "detail": "second"
8817
+ "places": {
8818
+ "name": "places",
8819
+ "detail": "The number of characters to use."
8516
8820
  }
8517
8821
  }
8518
8822
  },
@@ -8526,13 +8830,13 @@
8526
8830
  }
8527
8831
  ],
8528
8832
  "functionParameter": {
8529
- "number1": {
8530
- "name": "number1",
8531
- "detail": "first"
8833
+ "number": {
8834
+ "name": "number",
8835
+ "detail": "The decimal number you want to convert."
8532
8836
  },
8533
- "number2": {
8534
- "name": "number2",
8535
- "detail": "second"
8837
+ "places": {
8838
+ "name": "places",
8839
+ "detail": "The number of characters to use."
8536
8840
  }
8537
8841
  }
8538
8842
  },
@@ -8548,11 +8852,11 @@
8548
8852
  "functionParameter": {
8549
8853
  "number1": {
8550
8854
  "name": "number1",
8551
- "detail": "first"
8855
+ "detail": "The first number."
8552
8856
  },
8553
8857
  "number2": {
8554
8858
  "name": "number2",
8555
- "detail": "second"
8859
+ "detail": "The second number. If omitted, number2 is assumed to be zero."
8556
8860
  }
8557
8861
  }
8558
8862
  },
@@ -8566,13 +8870,13 @@
8566
8870
  }
8567
8871
  ],
8568
8872
  "functionParameter": {
8569
- "number1": {
8570
- "name": "number1",
8571
- "detail": "first"
8873
+ "lowerLimit": {
8874
+ "name": "lower_limit",
8875
+ "detail": "The lower bound for integrating ERF."
8572
8876
  },
8573
- "number2": {
8574
- "name": "number2",
8575
- "detail": "second"
8877
+ "upperLimit": {
8878
+ "name": "upper_limit",
8879
+ "detail": "The upper bound for integrating ERF. If omitted, ERF integrates between zero and lower_limit."
8576
8880
  }
8577
8881
  }
8578
8882
  },
@@ -8586,13 +8890,9 @@
8586
8890
  }
8587
8891
  ],
8588
8892
  "functionParameter": {
8589
- "number1": {
8590
- "name": "number1",
8591
- "detail": "first"
8592
- },
8593
- "number2": {
8594
- "name": "number2",
8595
- "detail": "second"
8893
+ "x": {
8894
+ "name": "x",
8895
+ "detail": "The lower bound for integrating ERF.PRECISE."
8596
8896
  }
8597
8897
  }
8598
8898
  },
@@ -8606,13 +8906,9 @@
8606
8906
  }
8607
8907
  ],
8608
8908
  "functionParameter": {
8609
- "number1": {
8610
- "name": "number1",
8611
- "detail": "first"
8612
- },
8613
- "number2": {
8614
- "name": "number2",
8615
- "detail": "second"
8909
+ "x": {
8910
+ "name": "x",
8911
+ "detail": "The lower bound for integrating ERFC."
8616
8912
  }
8617
8913
  }
8618
8914
  },
@@ -8626,13 +8922,9 @@
8626
8922
  }
8627
8923
  ],
8628
8924
  "functionParameter": {
8629
- "number1": {
8630
- "name": "number1",
8631
- "detail": "first"
8632
- },
8633
- "number2": {
8634
- "name": "number2",
8635
- "detail": "second"
8925
+ "x": {
8926
+ "name": "x",
8927
+ "detail": "The lower bound for integrating ERFC.PRECISE."
8636
8928
  }
8637
8929
  }
8638
8930
  },
@@ -8666,13 +8958,13 @@
8666
8958
  }
8667
8959
  ],
8668
8960
  "functionParameter": {
8669
- "number1": {
8670
- "name": "number1",
8671
- "detail": "first"
8961
+ "number": {
8962
+ "name": "number",
8963
+ "detail": "The hexadecimal number you want to convert."
8672
8964
  },
8673
- "number2": {
8674
- "name": "number2",
8675
- "detail": "second"
8965
+ "places": {
8966
+ "name": "places",
8967
+ "detail": "The number of characters to use."
8676
8968
  }
8677
8969
  }
8678
8970
  },
@@ -8686,13 +8978,9 @@
8686
8978
  }
8687
8979
  ],
8688
8980
  "functionParameter": {
8689
- "number1": {
8690
- "name": "number1",
8691
- "detail": "first"
8692
- },
8693
- "number2": {
8694
- "name": "number2",
8695
- "detail": "second"
8981
+ "number": {
8982
+ "name": "number",
8983
+ "detail": "The hexadecimal number you want to convert."
8696
8984
  }
8697
8985
  }
8698
8986
  },
@@ -8706,13 +8994,13 @@
8706
8994
  }
8707
8995
  ],
8708
8996
  "functionParameter": {
8709
- "number1": {
8710
- "name": "number1",
8711
- "detail": "first"
8997
+ "number": {
8998
+ "name": "number",
8999
+ "detail": "The hexadecimal number you want to convert."
8712
9000
  },
8713
- "number2": {
8714
- "name": "number2",
8715
- "detail": "second"
9001
+ "places": {
9002
+ "name": "places",
9003
+ "detail": "The number of characters to use."
8716
9004
  }
8717
9005
  }
8718
9006
  },
@@ -9226,13 +9514,13 @@
9226
9514
  }
9227
9515
  ],
9228
9516
  "functionParameter": {
9229
- "number1": {
9230
- "name": "number1",
9231
- "detail": "first"
9517
+ "number": {
9518
+ "name": "number",
9519
+ "detail": "The octal number you want to convert."
9232
9520
  },
9233
- "number2": {
9234
- "name": "number2",
9235
- "detail": "second"
9521
+ "places": {
9522
+ "name": "places",
9523
+ "detail": "The number of characters to use."
9236
9524
  }
9237
9525
  }
9238
9526
  },
@@ -9246,13 +9534,9 @@
9246
9534
  }
9247
9535
  ],
9248
9536
  "functionParameter": {
9249
- "number1": {
9250
- "name": "number1",
9251
- "detail": "first"
9252
- },
9253
- "number2": {
9254
- "name": "number2",
9255
- "detail": "second"
9537
+ "number": {
9538
+ "name": "number",
9539
+ "detail": "The octal number you want to convert."
9256
9540
  }
9257
9541
  }
9258
9542
  },
@@ -9266,13 +9550,13 @@
9266
9550
  }
9267
9551
  ],
9268
9552
  "functionParameter": {
9269
- "number1": {
9270
- "name": "number1",
9271
- "detail": "first"
9553
+ "number": {
9554
+ "name": "number",
9555
+ "detail": "The octal number you want to convert."
9272
9556
  },
9273
- "number2": {
9274
- "name": "number2",
9275
- "detail": "second"
9557
+ "places": {
9558
+ "name": "places",
9559
+ "detail": "The number of characters to use."
9276
9560
  }
9277
9561
  }
9278
9562
  },