@univerjs/sheets-formula 0.2.4-alpha.0 → 0.2.5
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 +532 -597
- package/lib/index.css +1 -1
- package/lib/locale/en-US.json +222 -264
- package/lib/locale/ru-RU.json +222 -264
- package/lib/locale/vi-VN.json +171 -221
- package/lib/locale/zh-CN.json +226 -268
- package/lib/locale/zh-TW.json +238 -280
- package/lib/types/controllers/prompt.controller.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +96 -138
- package/lib/types/locale/function-list/date/en-US.d.ts +25 -17
- package/lib/types/locale/function-list/date/ja-JP.d.ts +25 -17
- package/lib/types/locale/function-list/date/zh-CN.d.ts +25 -17
- package/lib/types/locale/function-list/date/zh-TW.d.ts +27 -19
- package/lib/types/locale/function-list/information/en-US.d.ts +4 -12
- package/lib/types/locale/function-list/information/ja-JP.d.ts +4 -12
- package/lib/types/locale/function-list/information/zh-CN.d.ts +4 -12
- package/lib/types/locale/function-list/information/zh-TW.d.ts +4 -12
- package/lib/types/locale/function-list/math/en-US.d.ts +67 -109
- package/lib/types/locale/function-list/math/ja-JP.d.ts +67 -109
- package/lib/types/locale/function-list/math/zh-CN.d.ts +67 -109
- package/lib/types/locale/function-list/math/zh-TW.d.ts +69 -111
- package/lib/types/locale/ru-RU.d.ts +96 -138
- package/lib/types/locale/vi-VN.d.ts +71 -121
- package/lib/types/locale/zh-CN.d.ts +96 -138
- package/lib/types/locale/zh-TW.d.ts +100 -142
- package/lib/umd/index.js +4 -4
- package/package.json +22 -22
package/lib/locale/ru-RU.json
CHANGED
|
@@ -1144,13 +1144,17 @@
|
|
|
1144
1144
|
}
|
|
1145
1145
|
],
|
|
1146
1146
|
"functionParameter": {
|
|
1147
|
-
"
|
|
1148
|
-
"name": "
|
|
1149
|
-
"detail": "first"
|
|
1147
|
+
"startDate": {
|
|
1148
|
+
"name": "start_date",
|
|
1149
|
+
"detail": "A date that represents the first, or starting date of a given period."
|
|
1150
1150
|
},
|
|
1151
|
-
"
|
|
1152
|
-
"name": "
|
|
1153
|
-
"detail": "
|
|
1151
|
+
"endDate": {
|
|
1152
|
+
"name": "end_date",
|
|
1153
|
+
"detail": "A date that represents the last, or ending, date of the period."
|
|
1154
|
+
},
|
|
1155
|
+
"method": {
|
|
1156
|
+
"name": "method",
|
|
1157
|
+
"detail": "The type of information that you want returned."
|
|
1154
1158
|
}
|
|
1155
1159
|
}
|
|
1156
1160
|
},
|
|
@@ -1196,13 +1200,13 @@
|
|
|
1196
1200
|
}
|
|
1197
1201
|
],
|
|
1198
1202
|
"functionParameter": {
|
|
1199
|
-
"
|
|
1200
|
-
"name": "
|
|
1201
|
-
"detail": "
|
|
1203
|
+
"endDate": {
|
|
1204
|
+
"name": "end_date",
|
|
1205
|
+
"detail": "Start_date and End_date are the two dates between which you want to know the number of days."
|
|
1202
1206
|
},
|
|
1203
|
-
"
|
|
1204
|
-
"name": "
|
|
1205
|
-
"detail": "
|
|
1207
|
+
"startDate": {
|
|
1208
|
+
"name": "start_date",
|
|
1209
|
+
"detail": "Start_date and End_date are the two dates between which you want to know the number of days."
|
|
1206
1210
|
}
|
|
1207
1211
|
}
|
|
1208
1212
|
},
|
|
@@ -1216,13 +1220,17 @@
|
|
|
1216
1220
|
}
|
|
1217
1221
|
],
|
|
1218
1222
|
"functionParameter": {
|
|
1219
|
-
"
|
|
1220
|
-
"name": "
|
|
1221
|
-
"detail": "
|
|
1223
|
+
"startDate": {
|
|
1224
|
+
"name": "start_date",
|
|
1225
|
+
"detail": "Start_date and End_date are the two dates between which you want to know the number of days."
|
|
1222
1226
|
},
|
|
1223
|
-
"
|
|
1224
|
-
"name": "
|
|
1225
|
-
"detail": "
|
|
1227
|
+
"endDate": {
|
|
1228
|
+
"name": "end_date",
|
|
1229
|
+
"detail": "Start_date and End_date are the two dates between which you want to know the number of days."
|
|
1230
|
+
},
|
|
1231
|
+
"method": {
|
|
1232
|
+
"name": "method",
|
|
1233
|
+
"detail": "A logical value that specifies whether to use the U.S. or European method in the calculation."
|
|
1226
1234
|
}
|
|
1227
1235
|
}
|
|
1228
1236
|
},
|
|
@@ -1256,13 +1264,13 @@
|
|
|
1256
1264
|
}
|
|
1257
1265
|
],
|
|
1258
1266
|
"functionParameter": {
|
|
1259
|
-
"
|
|
1260
|
-
"name": "
|
|
1261
|
-
"detail": "
|
|
1267
|
+
"startDate": {
|
|
1268
|
+
"name": "start_date",
|
|
1269
|
+
"detail": "A date that represents the starting date."
|
|
1262
1270
|
},
|
|
1263
|
-
"
|
|
1264
|
-
"name": "
|
|
1265
|
-
"detail": "
|
|
1271
|
+
"months": {
|
|
1272
|
+
"name": "months",
|
|
1273
|
+
"detail": "The number of months before or after start_date."
|
|
1266
1274
|
}
|
|
1267
1275
|
}
|
|
1268
1276
|
},
|
|
@@ -1292,13 +1300,9 @@
|
|
|
1292
1300
|
}
|
|
1293
1301
|
],
|
|
1294
1302
|
"functionParameter": {
|
|
1295
|
-
"
|
|
1296
|
-
"name": "
|
|
1297
|
-
"detail": "
|
|
1298
|
-
},
|
|
1299
|
-
"number2": {
|
|
1300
|
-
"name": "number2",
|
|
1301
|
-
"detail": "second"
|
|
1303
|
+
"date": {
|
|
1304
|
+
"name": "date",
|
|
1305
|
+
"detail": "Date is the date-time code used by Excel for date and time calculation."
|
|
1302
1306
|
}
|
|
1303
1307
|
}
|
|
1304
1308
|
},
|
|
@@ -1494,13 +1498,13 @@
|
|
|
1494
1498
|
}
|
|
1495
1499
|
],
|
|
1496
1500
|
"functionParameter": {
|
|
1497
|
-
"
|
|
1498
|
-
"name": "
|
|
1499
|
-
"detail": "
|
|
1501
|
+
"serialNumber": {
|
|
1502
|
+
"name": "serial_number",
|
|
1503
|
+
"detail": "A date within the week."
|
|
1500
1504
|
},
|
|
1501
|
-
"
|
|
1502
|
-
"name": "
|
|
1503
|
-
"detail": "
|
|
1505
|
+
"returnType": {
|
|
1506
|
+
"name": "return_type",
|
|
1507
|
+
"detail": "A number that determines on which day the week begins. The default is 1."
|
|
1504
1508
|
}
|
|
1505
1509
|
}
|
|
1506
1510
|
},
|
|
@@ -1582,13 +1586,17 @@
|
|
|
1582
1586
|
}
|
|
1583
1587
|
],
|
|
1584
1588
|
"functionParameter": {
|
|
1585
|
-
"
|
|
1586
|
-
"name": "
|
|
1587
|
-
"detail": "
|
|
1589
|
+
"startDate": {
|
|
1590
|
+
"name": "start_date",
|
|
1591
|
+
"detail": "A date that represents the start date."
|
|
1588
1592
|
},
|
|
1589
|
-
"
|
|
1590
|
-
"name": "
|
|
1591
|
-
"detail": "
|
|
1593
|
+
"endDate": {
|
|
1594
|
+
"name": "end_date",
|
|
1595
|
+
"detail": "A date that represents the end date."
|
|
1596
|
+
},
|
|
1597
|
+
"basis": {
|
|
1598
|
+
"name": "basis",
|
|
1599
|
+
"detail": "The type of day count basis to use."
|
|
1592
1600
|
}
|
|
1593
1601
|
}
|
|
1594
1602
|
},
|
|
@@ -1830,13 +1838,13 @@
|
|
|
1830
1838
|
}
|
|
1831
1839
|
],
|
|
1832
1840
|
"functionParameter": {
|
|
1833
|
-
"
|
|
1834
|
-
"name": "
|
|
1835
|
-
"detail": "
|
|
1841
|
+
"number": {
|
|
1842
|
+
"name": "number",
|
|
1843
|
+
"detail": "The value you want to round."
|
|
1836
1844
|
},
|
|
1837
|
-
"
|
|
1838
|
-
"name": "
|
|
1839
|
-
"detail": "
|
|
1845
|
+
"significance": {
|
|
1846
|
+
"name": "significance",
|
|
1847
|
+
"detail": "The multiple to which you want to round."
|
|
1840
1848
|
}
|
|
1841
1849
|
}
|
|
1842
1850
|
},
|
|
@@ -1850,13 +1858,17 @@
|
|
|
1850
1858
|
}
|
|
1851
1859
|
],
|
|
1852
1860
|
"functionParameter": {
|
|
1853
|
-
"
|
|
1854
|
-
"name": "
|
|
1855
|
-
"detail": "
|
|
1861
|
+
"number": {
|
|
1862
|
+
"name": "number",
|
|
1863
|
+
"detail": "The value you want to round."
|
|
1856
1864
|
},
|
|
1857
|
-
"
|
|
1858
|
-
"name": "
|
|
1859
|
-
"detail": "
|
|
1865
|
+
"significance": {
|
|
1866
|
+
"name": "significance",
|
|
1867
|
+
"detail": "The multiple to which you want to round."
|
|
1868
|
+
},
|
|
1869
|
+
"mode": {
|
|
1870
|
+
"name": "mode",
|
|
1871
|
+
"detail": "For negative numbers, controls whether Number is rounded toward or away from zero."
|
|
1860
1872
|
}
|
|
1861
1873
|
}
|
|
1862
1874
|
},
|
|
@@ -1870,13 +1882,13 @@
|
|
|
1870
1882
|
}
|
|
1871
1883
|
],
|
|
1872
1884
|
"functionParameter": {
|
|
1873
|
-
"
|
|
1874
|
-
"name": "
|
|
1875
|
-
"detail": "
|
|
1885
|
+
"number": {
|
|
1886
|
+
"name": "number",
|
|
1887
|
+
"detail": "The value you want to round."
|
|
1876
1888
|
},
|
|
1877
|
-
"
|
|
1878
|
-
"name": "
|
|
1879
|
-
"detail": "
|
|
1889
|
+
"significance": {
|
|
1890
|
+
"name": "significance",
|
|
1891
|
+
"detail": "The multiple to which you want to round."
|
|
1880
1892
|
}
|
|
1881
1893
|
}
|
|
1882
1894
|
},
|
|
@@ -2026,13 +2038,13 @@
|
|
|
2026
2038
|
}
|
|
2027
2039
|
],
|
|
2028
2040
|
"functionParameter": {
|
|
2029
|
-
"
|
|
2030
|
-
"name": "
|
|
2031
|
-
"detail": "
|
|
2041
|
+
"text": {
|
|
2042
|
+
"name": "text",
|
|
2043
|
+
"detail": "The string length of Text must be less than or equal to 255 characters."
|
|
2032
2044
|
},
|
|
2033
|
-
"
|
|
2034
|
-
"name": "
|
|
2035
|
-
"detail": "
|
|
2045
|
+
"radix": {
|
|
2046
|
+
"name": "radix",
|
|
2047
|
+
"detail": "The base radix that you want to convert the number into. Must be an integer greater than or equal to 2 and less than or equal to 36."
|
|
2036
2048
|
}
|
|
2037
2049
|
}
|
|
2038
2050
|
},
|
|
@@ -2046,13 +2058,9 @@
|
|
|
2046
2058
|
}
|
|
2047
2059
|
],
|
|
2048
2060
|
"functionParameter": {
|
|
2049
|
-
"
|
|
2050
|
-
"name": "
|
|
2051
|
-
"detail": "
|
|
2052
|
-
},
|
|
2053
|
-
"number2": {
|
|
2054
|
-
"name": "number2",
|
|
2055
|
-
"detail": "second"
|
|
2061
|
+
"angle": {
|
|
2062
|
+
"name": "angle",
|
|
2063
|
+
"detail": "The angle in radians that you want to convert."
|
|
2056
2064
|
}
|
|
2057
2065
|
}
|
|
2058
2066
|
},
|
|
@@ -2066,13 +2074,9 @@
|
|
|
2066
2074
|
}
|
|
2067
2075
|
],
|
|
2068
2076
|
"functionParameter": {
|
|
2069
|
-
"
|
|
2070
|
-
"name": "
|
|
2071
|
-
"detail": "
|
|
2072
|
-
},
|
|
2073
|
-
"number2": {
|
|
2074
|
-
"name": "number2",
|
|
2075
|
-
"detail": "second"
|
|
2077
|
+
"number": {
|
|
2078
|
+
"name": "number",
|
|
2079
|
+
"detail": "The value to round."
|
|
2076
2080
|
}
|
|
2077
2081
|
}
|
|
2078
2082
|
},
|
|
@@ -2086,13 +2090,9 @@
|
|
|
2086
2090
|
}
|
|
2087
2091
|
],
|
|
2088
2092
|
"functionParameter": {
|
|
2089
|
-
"
|
|
2090
|
-
"name": "
|
|
2091
|
-
"detail": "
|
|
2092
|
-
},
|
|
2093
|
-
"number2": {
|
|
2094
|
-
"name": "number2",
|
|
2095
|
-
"detail": "second"
|
|
2093
|
+
"number": {
|
|
2094
|
+
"name": "number",
|
|
2095
|
+
"detail": "The exponent applied to the base e."
|
|
2096
2096
|
}
|
|
2097
2097
|
}
|
|
2098
2098
|
},
|
|
@@ -2146,13 +2146,13 @@
|
|
|
2146
2146
|
}
|
|
2147
2147
|
],
|
|
2148
2148
|
"functionParameter": {
|
|
2149
|
-
"
|
|
2150
|
-
"name": "
|
|
2151
|
-
"detail": "
|
|
2149
|
+
"number": {
|
|
2150
|
+
"name": "number",
|
|
2151
|
+
"detail": "The value you want to round."
|
|
2152
2152
|
},
|
|
2153
|
-
"
|
|
2154
|
-
"name": "
|
|
2155
|
-
"detail": "
|
|
2153
|
+
"significance": {
|
|
2154
|
+
"name": "significance",
|
|
2155
|
+
"detail": "The multiple to which you want to round."
|
|
2156
2156
|
}
|
|
2157
2157
|
}
|
|
2158
2158
|
},
|
|
@@ -2166,13 +2166,17 @@
|
|
|
2166
2166
|
}
|
|
2167
2167
|
],
|
|
2168
2168
|
"functionParameter": {
|
|
2169
|
-
"
|
|
2170
|
-
"name": "
|
|
2171
|
-
"detail": "
|
|
2169
|
+
"number": {
|
|
2170
|
+
"name": "number",
|
|
2171
|
+
"detail": "The value you want to round."
|
|
2172
2172
|
},
|
|
2173
|
-
"
|
|
2174
|
-
"name": "
|
|
2175
|
-
"detail": "
|
|
2173
|
+
"significance": {
|
|
2174
|
+
"name": "significance",
|
|
2175
|
+
"detail": "The multiple to which you want to round."
|
|
2176
|
+
},
|
|
2177
|
+
"mode": {
|
|
2178
|
+
"name": "mode",
|
|
2179
|
+
"detail": "For negative numbers, controls whether Number is rounded toward or away from zero."
|
|
2176
2180
|
}
|
|
2177
2181
|
}
|
|
2178
2182
|
},
|
|
@@ -2186,13 +2190,13 @@
|
|
|
2186
2190
|
}
|
|
2187
2191
|
],
|
|
2188
2192
|
"functionParameter": {
|
|
2189
|
-
"
|
|
2190
|
-
"name": "
|
|
2191
|
-
"detail": "
|
|
2193
|
+
"number": {
|
|
2194
|
+
"name": "number",
|
|
2195
|
+
"detail": "The value you want to round."
|
|
2192
2196
|
},
|
|
2193
|
-
"
|
|
2194
|
-
"name": "
|
|
2195
|
-
"detail": "
|
|
2197
|
+
"significance": {
|
|
2198
|
+
"name": "significance",
|
|
2199
|
+
"detail": "The multiple to which you want to round."
|
|
2196
2200
|
}
|
|
2197
2201
|
}
|
|
2198
2202
|
},
|
|
@@ -2306,13 +2310,9 @@
|
|
|
2306
2310
|
}
|
|
2307
2311
|
],
|
|
2308
2312
|
"functionParameter": {
|
|
2309
|
-
"
|
|
2310
|
-
"name": "
|
|
2311
|
-
"detail": "
|
|
2312
|
-
},
|
|
2313
|
-
"number2": {
|
|
2314
|
-
"name": "number2",
|
|
2315
|
-
"detail": "second"
|
|
2313
|
+
"number": {
|
|
2314
|
+
"name": "number",
|
|
2315
|
+
"detail": "The positive real number for which you want the natural logarithm."
|
|
2316
2316
|
}
|
|
2317
2317
|
}
|
|
2318
2318
|
},
|
|
@@ -2326,13 +2326,13 @@
|
|
|
2326
2326
|
}
|
|
2327
2327
|
],
|
|
2328
2328
|
"functionParameter": {
|
|
2329
|
-
"
|
|
2330
|
-
"name": "
|
|
2331
|
-
"detail": "
|
|
2329
|
+
"number": {
|
|
2330
|
+
"name": "number",
|
|
2331
|
+
"detail": "The positive real number for which you want the logarithm."
|
|
2332
2332
|
},
|
|
2333
|
-
"
|
|
2334
|
-
"name": "
|
|
2335
|
-
"detail": "
|
|
2333
|
+
"base": {
|
|
2334
|
+
"name": "base",
|
|
2335
|
+
"detail": "The base of the logarithm. If base is omitted, it is assumed to be 10."
|
|
2336
2336
|
}
|
|
2337
2337
|
}
|
|
2338
2338
|
},
|
|
@@ -2346,13 +2346,9 @@
|
|
|
2346
2346
|
}
|
|
2347
2347
|
],
|
|
2348
2348
|
"functionParameter": {
|
|
2349
|
-
"
|
|
2350
|
-
"name": "
|
|
2351
|
-
"detail": "
|
|
2352
|
-
},
|
|
2353
|
-
"number2": {
|
|
2354
|
-
"name": "number2",
|
|
2355
|
-
"detail": "second"
|
|
2349
|
+
"number": {
|
|
2350
|
+
"name": "number",
|
|
2351
|
+
"detail": "The positive real number for which you want the base-10 logarithm."
|
|
2356
2352
|
}
|
|
2357
2353
|
}
|
|
2358
2354
|
},
|
|
@@ -2446,13 +2442,13 @@
|
|
|
2446
2442
|
}
|
|
2447
2443
|
],
|
|
2448
2444
|
"functionParameter": {
|
|
2449
|
-
"
|
|
2450
|
-
"name": "
|
|
2451
|
-
"detail": "
|
|
2445
|
+
"number": {
|
|
2446
|
+
"name": "number",
|
|
2447
|
+
"detail": "The value to round."
|
|
2452
2448
|
},
|
|
2453
|
-
"
|
|
2454
|
-
"name": "
|
|
2455
|
-
"detail": "
|
|
2449
|
+
"multiple": {
|
|
2450
|
+
"name": "multiple",
|
|
2451
|
+
"detail": "The multiple to which you want to round number."
|
|
2456
2452
|
}
|
|
2457
2453
|
}
|
|
2458
2454
|
},
|
|
@@ -2506,13 +2502,9 @@
|
|
|
2506
2502
|
}
|
|
2507
2503
|
],
|
|
2508
2504
|
"functionParameter": {
|
|
2509
|
-
"
|
|
2510
|
-
"name": "
|
|
2511
|
-
"detail": "
|
|
2512
|
-
},
|
|
2513
|
-
"number2": {
|
|
2514
|
-
"name": "number2",
|
|
2515
|
-
"detail": "second"
|
|
2505
|
+
"number": {
|
|
2506
|
+
"name": "number",
|
|
2507
|
+
"detail": "The value to round."
|
|
2516
2508
|
}
|
|
2517
2509
|
}
|
|
2518
2510
|
},
|
|
@@ -2525,16 +2517,7 @@
|
|
|
2525
2517
|
"url": "https://support.microsoft.com/en-us/office/pi-function-264199d0-a3ba-46b8-975a-c4a04608989b"
|
|
2526
2518
|
}
|
|
2527
2519
|
],
|
|
2528
|
-
"functionParameter": {
|
|
2529
|
-
"number1": {
|
|
2530
|
-
"name": "number1",
|
|
2531
|
-
"detail": "first"
|
|
2532
|
-
},
|
|
2533
|
-
"number2": {
|
|
2534
|
-
"name": "number2",
|
|
2535
|
-
"detail": "second"
|
|
2536
|
-
}
|
|
2537
|
-
}
|
|
2520
|
+
"functionParameter": {}
|
|
2538
2521
|
},
|
|
2539
2522
|
"POWER": {
|
|
2540
2523
|
"description": "Returns the result of a number raised to a power.",
|
|
@@ -2606,13 +2589,9 @@
|
|
|
2606
2589
|
}
|
|
2607
2590
|
],
|
|
2608
2591
|
"functionParameter": {
|
|
2609
|
-
"
|
|
2610
|
-
"name": "
|
|
2611
|
-
"detail": "
|
|
2612
|
-
},
|
|
2613
|
-
"number2": {
|
|
2614
|
-
"name": "number2",
|
|
2615
|
-
"detail": "second"
|
|
2592
|
+
"angle": {
|
|
2593
|
+
"name": "angle",
|
|
2594
|
+
"detail": "An angle in degrees that you want to convert."
|
|
2616
2595
|
}
|
|
2617
2596
|
}
|
|
2618
2597
|
},
|
|
@@ -2625,16 +2604,7 @@
|
|
|
2625
2604
|
"url": "https://support.microsoft.com/en-us/office/rand-function-4cbfa695-8869-4788-8d90-021ea9f5be73"
|
|
2626
2605
|
}
|
|
2627
2606
|
],
|
|
2628
|
-
"functionParameter": {
|
|
2629
|
-
"number1": {
|
|
2630
|
-
"name": "number1",
|
|
2631
|
-
"detail": "first"
|
|
2632
|
-
},
|
|
2633
|
-
"number2": {
|
|
2634
|
-
"name": "number2",
|
|
2635
|
-
"detail": "second"
|
|
2636
|
-
}
|
|
2637
|
-
}
|
|
2607
|
+
"functionParameter": {}
|
|
2638
2608
|
},
|
|
2639
2609
|
"RANDARRAY": {
|
|
2640
2610
|
"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.",
|
|
@@ -2646,13 +2616,25 @@
|
|
|
2646
2616
|
}
|
|
2647
2617
|
],
|
|
2648
2618
|
"functionParameter": {
|
|
2649
|
-
"
|
|
2650
|
-
"name": "
|
|
2651
|
-
"detail": "
|
|
2619
|
+
"rows": {
|
|
2620
|
+
"name": "rows",
|
|
2621
|
+
"detail": "The number of rows to be returned"
|
|
2652
2622
|
},
|
|
2653
|
-
"
|
|
2654
|
-
"name": "
|
|
2655
|
-
"detail": "
|
|
2623
|
+
"columns": {
|
|
2624
|
+
"name": "columns",
|
|
2625
|
+
"detail": "The number of columns to be returned"
|
|
2626
|
+
},
|
|
2627
|
+
"min": {
|
|
2628
|
+
"name": "min",
|
|
2629
|
+
"detail": "The minimum number you would like returned"
|
|
2630
|
+
},
|
|
2631
|
+
"max": {
|
|
2632
|
+
"name": "max",
|
|
2633
|
+
"detail": "The maximum number you would like returned"
|
|
2634
|
+
},
|
|
2635
|
+
"wholeNumber": {
|
|
2636
|
+
"name": "whole_number",
|
|
2637
|
+
"detail": "Return a whole number or a decimal value"
|
|
2656
2638
|
}
|
|
2657
2639
|
}
|
|
2658
2640
|
},
|
|
@@ -2666,13 +2648,13 @@
|
|
|
2666
2648
|
}
|
|
2667
2649
|
],
|
|
2668
2650
|
"functionParameter": {
|
|
2669
|
-
"
|
|
2670
|
-
"name": "
|
|
2671
|
-
"detail": "
|
|
2651
|
+
"bottom": {
|
|
2652
|
+
"name": "bottom",
|
|
2653
|
+
"detail": "The smallest integer RANDBETWEEN will return."
|
|
2672
2654
|
},
|
|
2673
|
-
"
|
|
2674
|
-
"name": "
|
|
2675
|
-
"detail": "
|
|
2655
|
+
"top": {
|
|
2656
|
+
"name": "top",
|
|
2657
|
+
"detail": "The largest integer RANDBETWEEN will return."
|
|
2676
2658
|
}
|
|
2677
2659
|
}
|
|
2678
2660
|
},
|
|
@@ -2706,13 +2688,13 @@
|
|
|
2706
2688
|
}
|
|
2707
2689
|
],
|
|
2708
2690
|
"functionParameter": {
|
|
2709
|
-
"
|
|
2710
|
-
"name": "
|
|
2711
|
-
"detail": "
|
|
2691
|
+
"number": {
|
|
2692
|
+
"name": "number",
|
|
2693
|
+
"detail": "The number that you want to round."
|
|
2712
2694
|
},
|
|
2713
|
-
"
|
|
2714
|
-
"name": "
|
|
2715
|
-
"detail": "
|
|
2695
|
+
"numDigits": {
|
|
2696
|
+
"name": "num_digits",
|
|
2697
|
+
"detail": "The number of digits to which you want to round the number argument."
|
|
2716
2698
|
}
|
|
2717
2699
|
}
|
|
2718
2700
|
},
|
|
@@ -2726,13 +2708,13 @@
|
|
|
2726
2708
|
}
|
|
2727
2709
|
],
|
|
2728
2710
|
"functionParameter": {
|
|
2729
|
-
"
|
|
2730
|
-
"name": "
|
|
2731
|
-
"detail": "
|
|
2711
|
+
"number": {
|
|
2712
|
+
"name": "number",
|
|
2713
|
+
"detail": "The number that you want to round."
|
|
2732
2714
|
},
|
|
2733
|
-
"
|
|
2734
|
-
"name": "
|
|
2735
|
-
"detail": "
|
|
2715
|
+
"numDigits": {
|
|
2716
|
+
"name": "num_digits",
|
|
2717
|
+
"detail": "The number of digits to which you want to round the number argument."
|
|
2736
2718
|
}
|
|
2737
2719
|
}
|
|
2738
2720
|
},
|
|
@@ -2746,13 +2728,13 @@
|
|
|
2746
2728
|
}
|
|
2747
2729
|
],
|
|
2748
2730
|
"functionParameter": {
|
|
2749
|
-
"
|
|
2750
|
-
"name": "
|
|
2751
|
-
"detail": "
|
|
2731
|
+
"number": {
|
|
2732
|
+
"name": "number",
|
|
2733
|
+
"detail": "The number that you want to round."
|
|
2752
2734
|
},
|
|
2753
|
-
"
|
|
2754
|
-
"name": "
|
|
2755
|
-
"detail": "
|
|
2735
|
+
"numDigits": {
|
|
2736
|
+
"name": "num_digits",
|
|
2737
|
+
"detail": "The number of digits to which you want to round the number argument."
|
|
2756
2738
|
}
|
|
2757
2739
|
}
|
|
2758
2740
|
},
|
|
@@ -2766,13 +2748,9 @@
|
|
|
2766
2748
|
}
|
|
2767
2749
|
],
|
|
2768
2750
|
"functionParameter": {
|
|
2769
|
-
"
|
|
2770
|
-
"name": "
|
|
2771
|
-
"detail": "
|
|
2772
|
-
},
|
|
2773
|
-
"number2": {
|
|
2774
|
-
"name": "number2",
|
|
2775
|
-
"detail": "second"
|
|
2751
|
+
"number": {
|
|
2752
|
+
"name": "number",
|
|
2753
|
+
"detail": "Number is the angle in radians for which you want the secant."
|
|
2776
2754
|
}
|
|
2777
2755
|
}
|
|
2778
2756
|
},
|
|
@@ -2786,13 +2764,9 @@
|
|
|
2786
2764
|
}
|
|
2787
2765
|
],
|
|
2788
2766
|
"functionParameter": {
|
|
2789
|
-
"
|
|
2790
|
-
"name": "
|
|
2791
|
-
"detail": "
|
|
2792
|
-
},
|
|
2793
|
-
"number2": {
|
|
2794
|
-
"name": "number2",
|
|
2795
|
-
"detail": "second"
|
|
2767
|
+
"number": {
|
|
2768
|
+
"name": "number",
|
|
2769
|
+
"detail": "Number is the angle in radians for which you want the hyperbolic secant."
|
|
2796
2770
|
}
|
|
2797
2771
|
}
|
|
2798
2772
|
},
|
|
@@ -2898,13 +2872,9 @@
|
|
|
2898
2872
|
}
|
|
2899
2873
|
],
|
|
2900
2874
|
"functionParameter": {
|
|
2901
|
-
"
|
|
2902
|
-
"name": "
|
|
2903
|
-
"detail": "
|
|
2904
|
-
},
|
|
2905
|
-
"number2": {
|
|
2906
|
-
"name": "number2",
|
|
2907
|
-
"detail": "second"
|
|
2875
|
+
"number": {
|
|
2876
|
+
"name": "number",
|
|
2877
|
+
"detail": "The number for which you want the square root."
|
|
2908
2878
|
}
|
|
2909
2879
|
}
|
|
2910
2880
|
},
|
|
@@ -2918,13 +2888,9 @@
|
|
|
2918
2888
|
}
|
|
2919
2889
|
],
|
|
2920
2890
|
"functionParameter": {
|
|
2921
|
-
"
|
|
2922
|
-
"name": "
|
|
2923
|
-
"detail": "
|
|
2924
|
-
},
|
|
2925
|
-
"number2": {
|
|
2926
|
-
"name": "number2",
|
|
2927
|
-
"detail": "second"
|
|
2891
|
+
"number": {
|
|
2892
|
+
"name": "number",
|
|
2893
|
+
"detail": "The number by which pi is multiplied."
|
|
2928
2894
|
}
|
|
2929
2895
|
}
|
|
2930
2896
|
},
|
|
@@ -3060,11 +3026,11 @@
|
|
|
3060
3026
|
"functionParameter": {
|
|
3061
3027
|
"number1": {
|
|
3062
3028
|
"name": "number1",
|
|
3063
|
-
"detail": "first"
|
|
3029
|
+
"detail": "To square and find the first number, you can also use a single array or a reference to an array instead of comma-separated parameters."
|
|
3064
3030
|
},
|
|
3065
3031
|
"number2": {
|
|
3066
3032
|
"name": "number2",
|
|
3067
|
-
"detail": "second"
|
|
3033
|
+
"detail": "The second number to be squared and summed. Up to 255 numbers can be specified in this way."
|
|
3068
3034
|
}
|
|
3069
3035
|
}
|
|
3070
3036
|
},
|
|
@@ -3078,13 +3044,13 @@
|
|
|
3078
3044
|
}
|
|
3079
3045
|
],
|
|
3080
3046
|
"functionParameter": {
|
|
3081
|
-
"
|
|
3082
|
-
"name": "
|
|
3083
|
-
"detail": "first"
|
|
3047
|
+
"arrayX": {
|
|
3048
|
+
"name": "array_x",
|
|
3049
|
+
"detail": "The first array or range of values."
|
|
3084
3050
|
},
|
|
3085
|
-
"
|
|
3086
|
-
"name": "
|
|
3087
|
-
"detail": "second"
|
|
3051
|
+
"arrayY": {
|
|
3052
|
+
"name": "array_y",
|
|
3053
|
+
"detail": "The second array or range of values."
|
|
3088
3054
|
}
|
|
3089
3055
|
}
|
|
3090
3056
|
},
|
|
@@ -3098,13 +3064,13 @@
|
|
|
3098
3064
|
}
|
|
3099
3065
|
],
|
|
3100
3066
|
"functionParameter": {
|
|
3101
|
-
"
|
|
3102
|
-
"name": "
|
|
3103
|
-
"detail": "first"
|
|
3067
|
+
"arrayX": {
|
|
3068
|
+
"name": "array_x",
|
|
3069
|
+
"detail": "The first array or range of values."
|
|
3104
3070
|
},
|
|
3105
|
-
"
|
|
3106
|
-
"name": "
|
|
3107
|
-
"detail": "second"
|
|
3071
|
+
"arrayY": {
|
|
3072
|
+
"name": "array_y",
|
|
3073
|
+
"detail": "The second array or range of values."
|
|
3108
3074
|
}
|
|
3109
3075
|
}
|
|
3110
3076
|
},
|
|
@@ -3118,13 +3084,13 @@
|
|
|
3118
3084
|
}
|
|
3119
3085
|
],
|
|
3120
3086
|
"functionParameter": {
|
|
3121
|
-
"
|
|
3122
|
-
"name": "
|
|
3123
|
-
"detail": "first"
|
|
3087
|
+
"arrayX": {
|
|
3088
|
+
"name": "array_x",
|
|
3089
|
+
"detail": "The first array or range of values."
|
|
3124
3090
|
},
|
|
3125
|
-
"
|
|
3126
|
-
"name": "
|
|
3127
|
-
"detail": "second"
|
|
3091
|
+
"arrayY": {
|
|
3092
|
+
"name": "array_y",
|
|
3093
|
+
"detail": "The second array or range of values."
|
|
3128
3094
|
}
|
|
3129
3095
|
}
|
|
3130
3096
|
},
|
|
@@ -7798,13 +7764,13 @@
|
|
|
7798
7764
|
}
|
|
7799
7765
|
],
|
|
7800
7766
|
"functionParameter": {
|
|
7801
|
-
"
|
|
7802
|
-
"name": "
|
|
7803
|
-
"detail": "
|
|
7767
|
+
"infoType": {
|
|
7768
|
+
"name": "info_type",
|
|
7769
|
+
"detail": "A text value that specifies what type of cell information you want to return."
|
|
7804
7770
|
},
|
|
7805
|
-
"
|
|
7806
|
-
"name": "
|
|
7807
|
-
"detail": "
|
|
7771
|
+
"reference": {
|
|
7772
|
+
"name": "reference",
|
|
7773
|
+
"detail": "The cell that you want information about."
|
|
7808
7774
|
}
|
|
7809
7775
|
}
|
|
7810
7776
|
},
|
|
@@ -7818,13 +7784,9 @@
|
|
|
7818
7784
|
}
|
|
7819
7785
|
],
|
|
7820
7786
|
"functionParameter": {
|
|
7821
|
-
"
|
|
7822
|
-
"name": "
|
|
7823
|
-
"detail": "
|
|
7824
|
-
},
|
|
7825
|
-
"number2": {
|
|
7826
|
-
"name": "number2",
|
|
7827
|
-
"detail": "second"
|
|
7787
|
+
"errorVal": {
|
|
7788
|
+
"name": "error_val",
|
|
7789
|
+
"detail": "The error value whose identifying number you want to find."
|
|
7828
7790
|
}
|
|
7829
7791
|
}
|
|
7830
7792
|
},
|
|
@@ -8154,13 +8116,9 @@
|
|
|
8154
8116
|
}
|
|
8155
8117
|
],
|
|
8156
8118
|
"functionParameter": {
|
|
8157
|
-
"
|
|
8158
|
-
"name": "
|
|
8159
|
-
"detail": "
|
|
8160
|
-
},
|
|
8161
|
-
"number2": {
|
|
8162
|
-
"name": "number2",
|
|
8163
|
-
"detail": "second"
|
|
8119
|
+
"value": {
|
|
8120
|
+
"name": "value",
|
|
8121
|
+
"detail": "Can be any value, such as a number, text, logical value, and so on."
|
|
8164
8122
|
}
|
|
8165
8123
|
}
|
|
8166
8124
|
},
|