@univerjs/sheets-formula 0.24.0 → 0.25.0

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 (281) hide show
  1. package/lib/cjs/facade.js +4 -55
  2. package/lib/cjs/index.js +4040 -3694
  3. package/lib/cjs/locale/ar-SA.js +10538 -0
  4. package/lib/cjs/locale/ca-ES.js +10307 -6
  5. package/lib/cjs/locale/de-DE.js +10538 -0
  6. package/lib/cjs/locale/en-US.js +10532 -6
  7. package/lib/cjs/locale/es-ES.js +10307 -6
  8. package/lib/cjs/locale/fa-IR.js +10817 -6
  9. package/lib/cjs/locale/fr-FR.js +10783 -6
  10. package/lib/cjs/locale/id-ID.js +10538 -0
  11. package/lib/cjs/locale/it-IT.js +10538 -0
  12. package/lib/cjs/locale/ja-JP.js +10306 -6
  13. package/lib/cjs/locale/ko-KR.js +10306 -6
  14. package/lib/cjs/locale/pl-PL.js +10538 -0
  15. package/lib/cjs/locale/pt-BR.js +10538 -0
  16. package/lib/cjs/locale/ru-RU.js +10340 -6
  17. package/lib/cjs/locale/sk-SK.js +10306 -6
  18. package/lib/cjs/locale/vi-VN.js +10307 -6
  19. package/lib/cjs/locale/zh-CN.js +10307 -6
  20. package/lib/cjs/locale/zh-HK.js +10538 -0
  21. package/lib/cjs/locale/zh-TW.js +10307 -6
  22. package/lib/es/facade.js +6 -57
  23. package/lib/es/index.js +4036 -3697
  24. package/lib/es/locale/ar-SA.js +10537 -0
  25. package/lib/es/locale/ca-ES.js +10307 -6
  26. package/lib/es/locale/de-DE.js +10537 -0
  27. package/lib/es/locale/en-US.js +10532 -6
  28. package/lib/es/locale/es-ES.js +10307 -6
  29. package/lib/es/locale/fa-IR.js +10817 -6
  30. package/lib/es/locale/fr-FR.js +10783 -6
  31. package/lib/es/locale/id-ID.js +10537 -0
  32. package/lib/es/locale/it-IT.js +10537 -0
  33. package/lib/es/locale/ja-JP.js +10306 -6
  34. package/lib/es/locale/ko-KR.js +10306 -6
  35. package/lib/es/locale/pl-PL.js +10537 -0
  36. package/lib/es/locale/pt-BR.js +10537 -0
  37. package/lib/es/locale/ru-RU.js +10340 -6
  38. package/lib/es/locale/sk-SK.js +10306 -6
  39. package/lib/es/locale/vi-VN.js +10307 -6
  40. package/lib/es/locale/zh-CN.js +10307 -6
  41. package/lib/es/locale/zh-HK.js +10537 -0
  42. package/lib/es/locale/zh-TW.js +10307 -6
  43. package/lib/facade.js +6 -57
  44. package/lib/index.js +4036 -3697
  45. package/lib/locale/ar-SA.js +10537 -0
  46. package/lib/locale/ca-ES.js +10307 -6
  47. package/lib/locale/de-DE.js +10537 -0
  48. package/lib/locale/en-US.js +10532 -6
  49. package/lib/locale/es-ES.js +10307 -6
  50. package/lib/locale/fa-IR.js +10817 -6
  51. package/lib/locale/fr-FR.js +10783 -6
  52. package/lib/locale/id-ID.js +10537 -0
  53. package/lib/locale/it-IT.js +10537 -0
  54. package/lib/locale/ja-JP.js +10306 -6
  55. package/lib/locale/ko-KR.js +10306 -6
  56. package/lib/locale/pl-PL.js +10537 -0
  57. package/lib/locale/pt-BR.js +10537 -0
  58. package/lib/locale/ru-RU.js +10340 -6
  59. package/lib/locale/sk-SK.js +10306 -6
  60. package/lib/locale/vi-VN.js +10307 -6
  61. package/lib/locale/zh-CN.js +10307 -6
  62. package/lib/locale/zh-HK.js +10537 -0
  63. package/lib/locale/zh-TW.js +10307 -6
  64. package/lib/types/controllers/active-dirty.controller.d.ts +1 -0
  65. package/lib/types/controllers/formula-calculation-session.controller.d.ts +24 -0
  66. package/lib/types/controllers/trigger-calculation.controller.d.ts +1 -1
  67. package/lib/types/controllers/utils/ref-range-formula.d.ts +7 -1
  68. package/lib/types/facade/f-formula.d.ts +20 -19
  69. package/lib/types/facade/f-range.d.ts +3 -3
  70. package/lib/types/index.d.ts +3 -0
  71. package/lib/types/locale/ar-SA.d.ts +18 -0
  72. package/lib/types/locale/de-DE.d.ts +18 -0
  73. package/lib/types/locale/en-US.d.ts +10450 -7
  74. package/lib/types/locale/function-list/array/ca-ES.d.ts +18 -0
  75. package/lib/types/locale/function-list/array/en-US.d.ts +58 -0
  76. package/lib/types/locale/function-list/array/es-ES.d.ts +18 -0
  77. package/lib/types/locale/function-list/array/fa-IR.d.ts +18 -0
  78. package/lib/types/locale/function-list/array/fr-FR.d.ts +18 -0
  79. package/lib/types/locale/function-list/array/ja-JP.d.ts +18 -0
  80. package/lib/types/locale/function-list/array/ko-KR.d.ts +18 -0
  81. package/lib/types/locale/function-list/array/ru-RU.d.ts +18 -0
  82. package/lib/types/locale/function-list/array/sk-SK.d.ts +18 -0
  83. package/lib/types/locale/function-list/array/vi-VN.d.ts +18 -0
  84. package/lib/types/locale/function-list/array/zh-CN.d.ts +18 -0
  85. package/lib/types/locale/function-list/array/zh-TW.d.ts +18 -0
  86. package/lib/types/locale/function-list/compatibility/ca-ES.d.ts +18 -0
  87. package/lib/types/locale/function-list/compatibility/en-US.d.ts +838 -0
  88. package/lib/types/locale/function-list/compatibility/es-ES.d.ts +18 -0
  89. package/lib/types/locale/function-list/compatibility/fa-IR.d.ts +18 -0
  90. package/lib/types/locale/function-list/compatibility/fr-FR.d.ts +18 -0
  91. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +18 -0
  92. package/lib/types/locale/function-list/compatibility/ko-KR.d.ts +18 -0
  93. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +18 -0
  94. package/lib/types/locale/function-list/compatibility/sk-SK.d.ts +18 -0
  95. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +18 -0
  96. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +18 -0
  97. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +18 -0
  98. package/lib/types/locale/function-list/cube/ca-ES.d.ts +18 -0
  99. package/lib/types/locale/function-list/cube/en-US.d.ts +144 -0
  100. package/lib/types/locale/function-list/cube/es-ES.d.ts +18 -0
  101. package/lib/types/locale/function-list/cube/fa-IR.d.ts +18 -0
  102. package/lib/types/locale/function-list/cube/fr-FR.d.ts +18 -0
  103. package/lib/types/locale/function-list/cube/ja-JP.d.ts +18 -0
  104. package/lib/types/locale/function-list/cube/ko-KR.d.ts +18 -0
  105. package/lib/types/locale/function-list/cube/ru-RU.d.ts +18 -0
  106. package/lib/types/locale/function-list/cube/sk-SK.d.ts +18 -0
  107. package/lib/types/locale/function-list/cube/vi-VN.d.ts +18 -0
  108. package/lib/types/locale/function-list/cube/zh-CN.d.ts +18 -0
  109. package/lib/types/locale/function-list/cube/zh-TW.d.ts +18 -0
  110. package/lib/types/locale/function-list/database/ca-ES.d.ts +18 -0
  111. package/lib/types/locale/function-list/database/en-US.d.ts +282 -0
  112. package/lib/types/locale/function-list/database/es-ES.d.ts +18 -0
  113. package/lib/types/locale/function-list/database/fa-IR.d.ts +18 -0
  114. package/lib/types/locale/function-list/database/fr-FR.d.ts +18 -0
  115. package/lib/types/locale/function-list/database/ja-JP.d.ts +18 -0
  116. package/lib/types/locale/function-list/database/ko-KR.d.ts +18 -0
  117. package/lib/types/locale/function-list/database/ru-RU.d.ts +18 -0
  118. package/lib/types/locale/function-list/database/sk-SK.d.ts +18 -0
  119. package/lib/types/locale/function-list/database/vi-VN.d.ts +18 -0
  120. package/lib/types/locale/function-list/database/zh-CN.d.ts +18 -0
  121. package/lib/types/locale/function-list/database/zh-TW.d.ts +18 -0
  122. package/lib/types/locale/function-list/date/ca-ES.d.ts +18 -0
  123. package/lib/types/locale/function-list/date/en-US.d.ts +490 -0
  124. package/lib/types/locale/function-list/date/es-ES.d.ts +18 -0
  125. package/lib/types/locale/function-list/date/fa-IR.d.ts +18 -0
  126. package/lib/types/locale/function-list/date/fr-FR.d.ts +18 -0
  127. package/lib/types/locale/function-list/date/ja-JP.d.ts +18 -0
  128. package/lib/types/locale/function-list/date/ko-KR.d.ts +18 -0
  129. package/lib/types/locale/function-list/date/ru-RU.d.ts +18 -0
  130. package/lib/types/locale/function-list/date/sk-SK.d.ts +18 -0
  131. package/lib/types/locale/function-list/date/vi-VN.d.ts +18 -0
  132. package/lib/types/locale/function-list/date/zh-CN.d.ts +18 -0
  133. package/lib/types/locale/function-list/date/zh-TW.d.ts +18 -0
  134. package/lib/types/locale/function-list/engineering/ca-ES.d.ts +18 -0
  135. package/lib/types/locale/function-list/engineering/en-US.d.ts +940 -0
  136. package/lib/types/locale/function-list/engineering/es-ES.d.ts +18 -0
  137. package/lib/types/locale/function-list/engineering/fa-IR.d.ts +18 -0
  138. package/lib/types/locale/function-list/engineering/fr-FR.d.ts +18 -0
  139. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +18 -0
  140. package/lib/types/locale/function-list/engineering/ko-KR.d.ts +18 -0
  141. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +18 -0
  142. package/lib/types/locale/function-list/engineering/sk-SK.d.ts +18 -0
  143. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +18 -0
  144. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +18 -0
  145. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +18 -0
  146. package/lib/types/locale/function-list/financial/ca-ES.d.ts +18 -0
  147. package/lib/types/locale/function-list/financial/en-US.d.ts +1608 -0
  148. package/lib/types/locale/function-list/financial/es-ES.d.ts +18 -0
  149. package/lib/types/locale/function-list/financial/fa-IR.d.ts +18 -0
  150. package/lib/types/locale/function-list/financial/fr-FR.d.ts +18 -0
  151. package/lib/types/locale/function-list/financial/ja-JP.d.ts +18 -0
  152. package/lib/types/locale/function-list/financial/ko-KR.d.ts +18 -0
  153. package/lib/types/locale/function-list/financial/ru-RU.d.ts +18 -0
  154. package/lib/types/locale/function-list/financial/sk-SK.d.ts +18 -0
  155. package/lib/types/locale/function-list/financial/vi-VN.d.ts +18 -0
  156. package/lib/types/locale/function-list/financial/zh-CN.d.ts +18 -0
  157. package/lib/types/locale/function-list/financial/zh-TW.d.ts +18 -0
  158. package/lib/types/locale/function-list/information/ca-ES.d.ts +18 -0
  159. package/lib/types/locale/function-list/information/en-US.d.ts +386 -0
  160. package/lib/types/locale/function-list/information/es-ES.d.ts +18 -0
  161. package/lib/types/locale/function-list/information/fa-IR.d.ts +18 -0
  162. package/lib/types/locale/function-list/information/fr-FR.d.ts +18 -0
  163. package/lib/types/locale/function-list/information/ja-JP.d.ts +18 -0
  164. package/lib/types/locale/function-list/information/ko-KR.d.ts +18 -0
  165. package/lib/types/locale/function-list/information/ru-RU.d.ts +18 -0
  166. package/lib/types/locale/function-list/information/sk-SK.d.ts +18 -0
  167. package/lib/types/locale/function-list/information/vi-VN.d.ts +18 -0
  168. package/lib/types/locale/function-list/information/zh-CN.d.ts +18 -0
  169. package/lib/types/locale/function-list/information/zh-TW.d.ts +18 -0
  170. package/lib/types/locale/function-list/logical/ca-ES.d.ts +18 -0
  171. package/lib/types/locale/function-list/logical/en-US.d.ts +390 -0
  172. package/lib/types/locale/function-list/logical/es-ES.d.ts +18 -0
  173. package/lib/types/locale/function-list/logical/fa-IR.d.ts +18 -0
  174. package/lib/types/locale/function-list/logical/fr-FR.d.ts +18 -0
  175. package/lib/types/locale/function-list/logical/ja-JP.d.ts +18 -0
  176. package/lib/types/locale/function-list/logical/ko-KR.d.ts +18 -0
  177. package/lib/types/locale/function-list/logical/ru-RU.d.ts +18 -0
  178. package/lib/types/locale/function-list/logical/sk-SK.d.ts +18 -0
  179. package/lib/types/locale/function-list/logical/vi-VN.d.ts +18 -0
  180. package/lib/types/locale/function-list/logical/zh-CN.d.ts +18 -0
  181. package/lib/types/locale/function-list/logical/zh-TW.d.ts +18 -0
  182. package/lib/types/locale/function-list/lookup/ca-ES.d.ts +18 -0
  183. package/lib/types/locale/function-list/lookup/en-US.d.ts +820 -0
  184. package/lib/types/locale/function-list/lookup/es-ES.d.ts +18 -0
  185. package/lib/types/locale/function-list/lookup/fa-IR.d.ts +18 -0
  186. package/lib/types/locale/function-list/lookup/fr-FR.d.ts +18 -0
  187. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +18 -0
  188. package/lib/types/locale/function-list/lookup/ko-KR.d.ts +18 -0
  189. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +18 -0
  190. package/lib/types/locale/function-list/lookup/sk-SK.d.ts +18 -0
  191. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +18 -0
  192. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +18 -0
  193. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +18 -0
  194. package/lib/types/locale/function-list/math/ca-ES.d.ts +18 -0
  195. package/lib/types/locale/function-list/math/en-US.d.ts +1410 -0
  196. package/lib/types/locale/function-list/math/es-ES.d.ts +18 -0
  197. package/lib/types/locale/function-list/math/fa-IR.d.ts +18 -0
  198. package/lib/types/locale/function-list/math/fr-FR.d.ts +18 -0
  199. package/lib/types/locale/function-list/math/ja-JP.d.ts +18 -0
  200. package/lib/types/locale/function-list/math/ko-KR.d.ts +18 -0
  201. package/lib/types/locale/function-list/math/ru-RU.d.ts +18 -0
  202. package/lib/types/locale/function-list/math/sk-SK.d.ts +18 -0
  203. package/lib/types/locale/function-list/math/vi-VN.d.ts +18 -0
  204. package/lib/types/locale/function-list/math/zh-CN.d.ts +18 -0
  205. package/lib/types/locale/function-list/math/zh-TW.d.ts +18 -0
  206. package/lib/types/locale/function-list/statistical/ca-ES.d.ts +18 -0
  207. package/lib/types/locale/function-list/statistical/en-US.d.ts +2308 -0
  208. package/lib/types/locale/function-list/statistical/es-ES.d.ts +18 -0
  209. package/lib/types/locale/function-list/statistical/fa-IR.d.ts +18 -0
  210. package/lib/types/locale/function-list/statistical/fr-FR.d.ts +18 -0
  211. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +18 -0
  212. package/lib/types/locale/function-list/statistical/ko-KR.d.ts +18 -0
  213. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +18 -0
  214. package/lib/types/locale/function-list/statistical/sk-SK.d.ts +18 -0
  215. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +18 -0
  216. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +18 -0
  217. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +18 -0
  218. package/lib/types/locale/function-list/text/ca-ES.d.ts +18 -0
  219. package/lib/types/locale/function-list/text/en-US.d.ts +988 -0
  220. package/lib/types/locale/function-list/text/es-ES.d.ts +18 -0
  221. package/lib/types/locale/function-list/text/fa-IR.d.ts +18 -0
  222. package/lib/types/locale/function-list/text/fr-FR.d.ts +18 -0
  223. package/lib/types/locale/function-list/text/ja-JP.d.ts +18 -0
  224. package/lib/types/locale/function-list/text/ko-KR.d.ts +18 -0
  225. package/lib/types/locale/function-list/text/ru-RU.d.ts +18 -0
  226. package/lib/types/locale/function-list/text/sk-SK.d.ts +18 -0
  227. package/lib/types/locale/function-list/text/vi-VN.d.ts +18 -0
  228. package/lib/types/locale/function-list/text/zh-CN.d.ts +18 -0
  229. package/lib/types/locale/function-list/text/zh-TW.d.ts +18 -0
  230. package/lib/types/locale/function-list/univer/ca-ES.d.ts +18 -0
  231. package/lib/types/locale/function-list/univer/en-US.d.ts +17 -0
  232. package/lib/types/locale/function-list/univer/es-ES.d.ts +18 -0
  233. package/lib/types/locale/function-list/univer/fa-IR.d.ts +18 -0
  234. package/lib/types/locale/function-list/univer/fr-FR.d.ts +18 -0
  235. package/lib/types/locale/function-list/univer/ja-JP.d.ts +18 -0
  236. package/lib/types/locale/function-list/univer/ko-KR.d.ts +18 -0
  237. package/lib/types/locale/function-list/univer/ru-RU.d.ts +17 -0
  238. package/lib/types/locale/function-list/univer/sk-SK.d.ts +18 -0
  239. package/lib/types/locale/function-list/univer/vi-VN.d.ts +18 -0
  240. package/lib/types/locale/function-list/univer/zh-CN.d.ts +18 -0
  241. package/lib/types/locale/function-list/univer/zh-TW.d.ts +18 -0
  242. package/lib/types/locale/function-list/web/ca-ES.d.ts +18 -0
  243. package/lib/types/locale/function-list/web/en-US.d.ts +68 -0
  244. package/lib/types/locale/function-list/web/es-ES.d.ts +18 -0
  245. package/lib/types/locale/function-list/web/fa-IR.d.ts +18 -0
  246. package/lib/types/locale/function-list/web/fr-FR.d.ts +18 -0
  247. package/lib/types/locale/function-list/web/ja-JP.d.ts +18 -0
  248. package/lib/types/locale/function-list/web/ko-KR.d.ts +18 -0
  249. package/lib/types/locale/function-list/web/ru-RU.d.ts +18 -0
  250. package/lib/types/locale/function-list/web/sk-SK.d.ts +18 -0
  251. package/lib/types/locale/function-list/web/vi-VN.d.ts +18 -0
  252. package/lib/types/locale/function-list/web/zh-CN.d.ts +18 -0
  253. package/lib/types/locale/function-list/web/zh-TW.d.ts +18 -0
  254. package/lib/types/locale/id-ID.d.ts +18 -0
  255. package/lib/types/locale/it-IT.d.ts +18 -0
  256. package/lib/types/locale/pl-PL.d.ts +18 -0
  257. package/lib/types/locale/pt-BR.d.ts +18 -0
  258. package/lib/types/locale/zh-HK.d.ts +18 -0
  259. package/lib/types/services/formula-calculation-session.service.d.ts +48 -0
  260. package/lib/umd/facade.js +1 -1
  261. package/lib/umd/index.js +1 -1
  262. package/lib/umd/locale/ar-SA.js +44 -0
  263. package/lib/umd/locale/ca-ES.js +39 -1
  264. package/lib/umd/locale/de-DE.js +44 -0
  265. package/lib/umd/locale/en-US.js +44 -1
  266. package/lib/umd/locale/es-ES.js +39 -1
  267. package/lib/umd/locale/fa-IR.js +44 -1
  268. package/lib/umd/locale/fr-FR.js +44 -1
  269. package/lib/umd/locale/id-ID.js +44 -0
  270. package/lib/umd/locale/it-IT.js +44 -0
  271. package/lib/umd/locale/ja-JP.js +43 -1
  272. package/lib/umd/locale/ko-KR.js +37 -1
  273. package/lib/umd/locale/pl-PL.js +44 -0
  274. package/lib/umd/locale/pt-BR.js +44 -0
  275. package/lib/umd/locale/ru-RU.js +31 -1
  276. package/lib/umd/locale/sk-SK.js +39 -1
  277. package/lib/umd/locale/vi-VN.js +43 -1
  278. package/lib/umd/locale/zh-CN.js +44 -1
  279. package/lib/umd/locale/zh-HK.js +44 -0
  280. package/lib/umd/locale/zh-TW.js +44 -1
  281. package/package.json +9 -9
@@ -0,0 +1,940 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ declare const locale: {
17
+ BESSELI: {
18
+ description: string;
19
+ abstract: string;
20
+ links: {
21
+ title: string;
22
+ url: string;
23
+ }[];
24
+ functionParameter: {
25
+ x: {
26
+ name: string;
27
+ detail: string;
28
+ };
29
+ n: {
30
+ name: string;
31
+ detail: string;
32
+ };
33
+ };
34
+ };
35
+ BESSELJ: {
36
+ description: string;
37
+ abstract: string;
38
+ links: {
39
+ title: string;
40
+ url: string;
41
+ }[];
42
+ functionParameter: {
43
+ x: {
44
+ name: string;
45
+ detail: string;
46
+ };
47
+ n: {
48
+ name: string;
49
+ detail: string;
50
+ };
51
+ };
52
+ };
53
+ BESSELK: {
54
+ description: string;
55
+ abstract: string;
56
+ links: {
57
+ title: string;
58
+ url: string;
59
+ }[];
60
+ functionParameter: {
61
+ x: {
62
+ name: string;
63
+ detail: string;
64
+ };
65
+ n: {
66
+ name: string;
67
+ detail: string;
68
+ };
69
+ };
70
+ };
71
+ BESSELY: {
72
+ description: string;
73
+ abstract: string;
74
+ links: {
75
+ title: string;
76
+ url: string;
77
+ }[];
78
+ functionParameter: {
79
+ x: {
80
+ name: string;
81
+ detail: string;
82
+ };
83
+ n: {
84
+ name: string;
85
+ detail: string;
86
+ };
87
+ };
88
+ };
89
+ BIN2DEC: {
90
+ description: string;
91
+ abstract: string;
92
+ links: {
93
+ title: string;
94
+ url: string;
95
+ }[];
96
+ functionParameter: {
97
+ number: {
98
+ name: string;
99
+ detail: string;
100
+ };
101
+ };
102
+ };
103
+ BIN2HEX: {
104
+ description: string;
105
+ abstract: string;
106
+ links: {
107
+ title: string;
108
+ url: string;
109
+ }[];
110
+ functionParameter: {
111
+ number: {
112
+ name: string;
113
+ detail: string;
114
+ };
115
+ places: {
116
+ name: string;
117
+ detail: string;
118
+ };
119
+ };
120
+ };
121
+ BIN2OCT: {
122
+ description: string;
123
+ abstract: string;
124
+ links: {
125
+ title: string;
126
+ url: string;
127
+ }[];
128
+ functionParameter: {
129
+ number: {
130
+ name: string;
131
+ detail: string;
132
+ };
133
+ places: {
134
+ name: string;
135
+ detail: string;
136
+ };
137
+ };
138
+ };
139
+ BITAND: {
140
+ description: string;
141
+ abstract: string;
142
+ links: {
143
+ title: string;
144
+ url: string;
145
+ }[];
146
+ functionParameter: {
147
+ number1: {
148
+ name: string;
149
+ detail: string;
150
+ };
151
+ number2: {
152
+ name: string;
153
+ detail: string;
154
+ };
155
+ };
156
+ };
157
+ BITLSHIFT: {
158
+ description: string;
159
+ abstract: string;
160
+ links: {
161
+ title: string;
162
+ url: string;
163
+ }[];
164
+ functionParameter: {
165
+ number: {
166
+ name: string;
167
+ detail: string;
168
+ };
169
+ shiftAmount: {
170
+ name: string;
171
+ detail: string;
172
+ };
173
+ };
174
+ };
175
+ BITOR: {
176
+ description: string;
177
+ abstract: string;
178
+ links: {
179
+ title: string;
180
+ url: string;
181
+ }[];
182
+ functionParameter: {
183
+ number1: {
184
+ name: string;
185
+ detail: string;
186
+ };
187
+ number2: {
188
+ name: string;
189
+ detail: string;
190
+ };
191
+ };
192
+ };
193
+ BITRSHIFT: {
194
+ description: string;
195
+ abstract: string;
196
+ links: {
197
+ title: string;
198
+ url: string;
199
+ }[];
200
+ functionParameter: {
201
+ number: {
202
+ name: string;
203
+ detail: string;
204
+ };
205
+ shiftAmount: {
206
+ name: string;
207
+ detail: string;
208
+ };
209
+ };
210
+ };
211
+ BITXOR: {
212
+ description: string;
213
+ abstract: string;
214
+ links: {
215
+ title: string;
216
+ url: string;
217
+ }[];
218
+ functionParameter: {
219
+ number1: {
220
+ name: string;
221
+ detail: string;
222
+ };
223
+ number2: {
224
+ name: string;
225
+ detail: string;
226
+ };
227
+ };
228
+ };
229
+ COMPLEX: {
230
+ description: string;
231
+ abstract: string;
232
+ links: {
233
+ title: string;
234
+ url: string;
235
+ }[];
236
+ functionParameter: {
237
+ realNum: {
238
+ name: string;
239
+ detail: string;
240
+ };
241
+ iNum: {
242
+ name: string;
243
+ detail: string;
244
+ };
245
+ suffix: {
246
+ name: string;
247
+ detail: string;
248
+ };
249
+ };
250
+ };
251
+ CONVERT: {
252
+ description: string;
253
+ abstract: string;
254
+ links: {
255
+ title: string;
256
+ url: string;
257
+ }[];
258
+ functionParameter: {
259
+ number: {
260
+ name: string;
261
+ detail: string;
262
+ };
263
+ fromUnit: {
264
+ name: string;
265
+ detail: string;
266
+ };
267
+ toUnit: {
268
+ name: string;
269
+ detail: string;
270
+ };
271
+ };
272
+ };
273
+ DEC2BIN: {
274
+ description: string;
275
+ abstract: string;
276
+ links: {
277
+ title: string;
278
+ url: string;
279
+ }[];
280
+ functionParameter: {
281
+ number: {
282
+ name: string;
283
+ detail: string;
284
+ };
285
+ places: {
286
+ name: string;
287
+ detail: string;
288
+ };
289
+ };
290
+ };
291
+ DEC2HEX: {
292
+ description: string;
293
+ abstract: string;
294
+ links: {
295
+ title: string;
296
+ url: string;
297
+ }[];
298
+ functionParameter: {
299
+ number: {
300
+ name: string;
301
+ detail: string;
302
+ };
303
+ places: {
304
+ name: string;
305
+ detail: string;
306
+ };
307
+ };
308
+ };
309
+ DEC2OCT: {
310
+ description: string;
311
+ abstract: string;
312
+ links: {
313
+ title: string;
314
+ url: string;
315
+ }[];
316
+ functionParameter: {
317
+ number: {
318
+ name: string;
319
+ detail: string;
320
+ };
321
+ places: {
322
+ name: string;
323
+ detail: string;
324
+ };
325
+ };
326
+ };
327
+ DELTA: {
328
+ description: string;
329
+ abstract: string;
330
+ links: {
331
+ title: string;
332
+ url: string;
333
+ }[];
334
+ functionParameter: {
335
+ number1: {
336
+ name: string;
337
+ detail: string;
338
+ };
339
+ number2: {
340
+ name: string;
341
+ detail: string;
342
+ };
343
+ };
344
+ };
345
+ ERF: {
346
+ description: string;
347
+ abstract: string;
348
+ links: {
349
+ title: string;
350
+ url: string;
351
+ }[];
352
+ functionParameter: {
353
+ lowerLimit: {
354
+ name: string;
355
+ detail: string;
356
+ };
357
+ upperLimit: {
358
+ name: string;
359
+ detail: string;
360
+ };
361
+ };
362
+ };
363
+ ERF_PRECISE: {
364
+ description: string;
365
+ abstract: string;
366
+ links: {
367
+ title: string;
368
+ url: string;
369
+ }[];
370
+ functionParameter: {
371
+ x: {
372
+ name: string;
373
+ detail: string;
374
+ };
375
+ };
376
+ };
377
+ ERFC: {
378
+ description: string;
379
+ abstract: string;
380
+ links: {
381
+ title: string;
382
+ url: string;
383
+ }[];
384
+ functionParameter: {
385
+ x: {
386
+ name: string;
387
+ detail: string;
388
+ };
389
+ };
390
+ };
391
+ ERFC_PRECISE: {
392
+ description: string;
393
+ abstract: string;
394
+ links: {
395
+ title: string;
396
+ url: string;
397
+ }[];
398
+ functionParameter: {
399
+ x: {
400
+ name: string;
401
+ detail: string;
402
+ };
403
+ };
404
+ };
405
+ GESTEP: {
406
+ description: string;
407
+ abstract: string;
408
+ links: {
409
+ title: string;
410
+ url: string;
411
+ }[];
412
+ functionParameter: {
413
+ number: {
414
+ name: string;
415
+ detail: string;
416
+ };
417
+ step: {
418
+ name: string;
419
+ detail: string;
420
+ };
421
+ };
422
+ };
423
+ HEX2BIN: {
424
+ description: string;
425
+ abstract: string;
426
+ links: {
427
+ title: string;
428
+ url: string;
429
+ }[];
430
+ functionParameter: {
431
+ number: {
432
+ name: string;
433
+ detail: string;
434
+ };
435
+ places: {
436
+ name: string;
437
+ detail: string;
438
+ };
439
+ };
440
+ };
441
+ HEX2DEC: {
442
+ description: string;
443
+ abstract: string;
444
+ links: {
445
+ title: string;
446
+ url: string;
447
+ }[];
448
+ functionParameter: {
449
+ number: {
450
+ name: string;
451
+ detail: string;
452
+ };
453
+ };
454
+ };
455
+ HEX2OCT: {
456
+ description: string;
457
+ abstract: string;
458
+ links: {
459
+ title: string;
460
+ url: string;
461
+ }[];
462
+ functionParameter: {
463
+ number: {
464
+ name: string;
465
+ detail: string;
466
+ };
467
+ places: {
468
+ name: string;
469
+ detail: string;
470
+ };
471
+ };
472
+ };
473
+ IMABS: {
474
+ description: string;
475
+ abstract: string;
476
+ links: {
477
+ title: string;
478
+ url: string;
479
+ }[];
480
+ functionParameter: {
481
+ inumber: {
482
+ name: string;
483
+ detail: string;
484
+ };
485
+ };
486
+ };
487
+ IMAGINARY: {
488
+ description: string;
489
+ abstract: string;
490
+ links: {
491
+ title: string;
492
+ url: string;
493
+ }[];
494
+ functionParameter: {
495
+ inumber: {
496
+ name: string;
497
+ detail: string;
498
+ };
499
+ };
500
+ };
501
+ IMARGUMENT: {
502
+ description: string;
503
+ abstract: string;
504
+ links: {
505
+ title: string;
506
+ url: string;
507
+ }[];
508
+ functionParameter: {
509
+ inumber: {
510
+ name: string;
511
+ detail: string;
512
+ };
513
+ };
514
+ };
515
+ IMCONJUGATE: {
516
+ description: string;
517
+ abstract: string;
518
+ links: {
519
+ title: string;
520
+ url: string;
521
+ }[];
522
+ functionParameter: {
523
+ inumber: {
524
+ name: string;
525
+ detail: string;
526
+ };
527
+ };
528
+ };
529
+ IMCOS: {
530
+ description: string;
531
+ abstract: string;
532
+ links: {
533
+ title: string;
534
+ url: string;
535
+ }[];
536
+ functionParameter: {
537
+ inumber: {
538
+ name: string;
539
+ detail: string;
540
+ };
541
+ };
542
+ };
543
+ IMCOSH: {
544
+ description: string;
545
+ abstract: string;
546
+ links: {
547
+ title: string;
548
+ url: string;
549
+ }[];
550
+ functionParameter: {
551
+ inumber: {
552
+ name: string;
553
+ detail: string;
554
+ };
555
+ };
556
+ };
557
+ IMCOT: {
558
+ description: string;
559
+ abstract: string;
560
+ links: {
561
+ title: string;
562
+ url: string;
563
+ }[];
564
+ functionParameter: {
565
+ inumber: {
566
+ name: string;
567
+ detail: string;
568
+ };
569
+ };
570
+ };
571
+ IMCOTH: {
572
+ description: string;
573
+ abstract: string;
574
+ links: {
575
+ title: string;
576
+ url: string;
577
+ }[];
578
+ functionParameter: {
579
+ inumber: {
580
+ name: string;
581
+ detail: string;
582
+ };
583
+ };
584
+ };
585
+ IMCSC: {
586
+ description: string;
587
+ abstract: string;
588
+ links: {
589
+ title: string;
590
+ url: string;
591
+ }[];
592
+ functionParameter: {
593
+ inumber: {
594
+ name: string;
595
+ detail: string;
596
+ };
597
+ };
598
+ };
599
+ IMCSCH: {
600
+ description: string;
601
+ abstract: string;
602
+ links: {
603
+ title: string;
604
+ url: string;
605
+ }[];
606
+ functionParameter: {
607
+ inumber: {
608
+ name: string;
609
+ detail: string;
610
+ };
611
+ };
612
+ };
613
+ IMDIV: {
614
+ description: string;
615
+ abstract: string;
616
+ links: {
617
+ title: string;
618
+ url: string;
619
+ }[];
620
+ functionParameter: {
621
+ inumber1: {
622
+ name: string;
623
+ detail: string;
624
+ };
625
+ inumber2: {
626
+ name: string;
627
+ detail: string;
628
+ };
629
+ };
630
+ };
631
+ IMEXP: {
632
+ description: string;
633
+ abstract: string;
634
+ links: {
635
+ title: string;
636
+ url: string;
637
+ }[];
638
+ functionParameter: {
639
+ inumber: {
640
+ name: string;
641
+ detail: string;
642
+ };
643
+ };
644
+ };
645
+ IMLN: {
646
+ description: string;
647
+ abstract: string;
648
+ links: {
649
+ title: string;
650
+ url: string;
651
+ }[];
652
+ functionParameter: {
653
+ inumber: {
654
+ name: string;
655
+ detail: string;
656
+ };
657
+ };
658
+ };
659
+ IMLOG: {
660
+ description: string;
661
+ abstract: string;
662
+ links: {
663
+ title: string;
664
+ url: string;
665
+ }[];
666
+ functionParameter: {
667
+ inumber: {
668
+ name: string;
669
+ detail: string;
670
+ };
671
+ base: {
672
+ name: string;
673
+ detail: string;
674
+ };
675
+ };
676
+ };
677
+ IMLOG10: {
678
+ description: string;
679
+ abstract: string;
680
+ links: {
681
+ title: string;
682
+ url: string;
683
+ }[];
684
+ functionParameter: {
685
+ inumber: {
686
+ name: string;
687
+ detail: string;
688
+ };
689
+ };
690
+ };
691
+ IMLOG2: {
692
+ description: string;
693
+ abstract: string;
694
+ links: {
695
+ title: string;
696
+ url: string;
697
+ }[];
698
+ functionParameter: {
699
+ inumber: {
700
+ name: string;
701
+ detail: string;
702
+ };
703
+ };
704
+ };
705
+ IMPOWER: {
706
+ description: string;
707
+ abstract: string;
708
+ links: {
709
+ title: string;
710
+ url: string;
711
+ }[];
712
+ functionParameter: {
713
+ inumber: {
714
+ name: string;
715
+ detail: string;
716
+ };
717
+ number: {
718
+ name: string;
719
+ detail: string;
720
+ };
721
+ };
722
+ };
723
+ IMPRODUCT: {
724
+ description: string;
725
+ abstract: string;
726
+ links: {
727
+ title: string;
728
+ url: string;
729
+ }[];
730
+ functionParameter: {
731
+ inumber1: {
732
+ name: string;
733
+ detail: string;
734
+ };
735
+ inumber2: {
736
+ name: string;
737
+ detail: string;
738
+ };
739
+ };
740
+ };
741
+ IMREAL: {
742
+ description: string;
743
+ abstract: string;
744
+ links: {
745
+ title: string;
746
+ url: string;
747
+ }[];
748
+ functionParameter: {
749
+ inumber: {
750
+ name: string;
751
+ detail: string;
752
+ };
753
+ };
754
+ };
755
+ IMSEC: {
756
+ description: string;
757
+ abstract: string;
758
+ links: {
759
+ title: string;
760
+ url: string;
761
+ }[];
762
+ functionParameter: {
763
+ inumber: {
764
+ name: string;
765
+ detail: string;
766
+ };
767
+ };
768
+ };
769
+ IMSECH: {
770
+ description: string;
771
+ abstract: string;
772
+ links: {
773
+ title: string;
774
+ url: string;
775
+ }[];
776
+ functionParameter: {
777
+ inumber: {
778
+ name: string;
779
+ detail: string;
780
+ };
781
+ };
782
+ };
783
+ IMSIN: {
784
+ description: string;
785
+ abstract: string;
786
+ links: {
787
+ title: string;
788
+ url: string;
789
+ }[];
790
+ functionParameter: {
791
+ inumber: {
792
+ name: string;
793
+ detail: string;
794
+ };
795
+ };
796
+ };
797
+ IMSINH: {
798
+ description: string;
799
+ abstract: string;
800
+ links: {
801
+ title: string;
802
+ url: string;
803
+ }[];
804
+ functionParameter: {
805
+ inumber: {
806
+ name: string;
807
+ detail: string;
808
+ };
809
+ };
810
+ };
811
+ IMSQRT: {
812
+ description: string;
813
+ abstract: string;
814
+ links: {
815
+ title: string;
816
+ url: string;
817
+ }[];
818
+ functionParameter: {
819
+ inumber: {
820
+ name: string;
821
+ detail: string;
822
+ };
823
+ };
824
+ };
825
+ IMSUB: {
826
+ description: string;
827
+ abstract: string;
828
+ links: {
829
+ title: string;
830
+ url: string;
831
+ }[];
832
+ functionParameter: {
833
+ inumber1: {
834
+ name: string;
835
+ detail: string;
836
+ };
837
+ inumber2: {
838
+ name: string;
839
+ detail: string;
840
+ };
841
+ };
842
+ };
843
+ IMSUM: {
844
+ description: string;
845
+ abstract: string;
846
+ links: {
847
+ title: string;
848
+ url: string;
849
+ }[];
850
+ functionParameter: {
851
+ inumber1: {
852
+ name: string;
853
+ detail: string;
854
+ };
855
+ inumber2: {
856
+ name: string;
857
+ detail: string;
858
+ };
859
+ };
860
+ };
861
+ IMTAN: {
862
+ description: string;
863
+ abstract: string;
864
+ links: {
865
+ title: string;
866
+ url: string;
867
+ }[];
868
+ functionParameter: {
869
+ inumber: {
870
+ name: string;
871
+ detail: string;
872
+ };
873
+ };
874
+ };
875
+ IMTANH: {
876
+ description: string;
877
+ abstract: string;
878
+ links: {
879
+ title: string;
880
+ url: string;
881
+ }[];
882
+ functionParameter: {
883
+ inumber: {
884
+ name: string;
885
+ detail: string;
886
+ };
887
+ };
888
+ };
889
+ OCT2BIN: {
890
+ description: string;
891
+ abstract: string;
892
+ links: {
893
+ title: string;
894
+ url: string;
895
+ }[];
896
+ functionParameter: {
897
+ number: {
898
+ name: string;
899
+ detail: string;
900
+ };
901
+ places: {
902
+ name: string;
903
+ detail: string;
904
+ };
905
+ };
906
+ };
907
+ OCT2DEC: {
908
+ description: string;
909
+ abstract: string;
910
+ links: {
911
+ title: string;
912
+ url: string;
913
+ }[];
914
+ functionParameter: {
915
+ number: {
916
+ name: string;
917
+ detail: string;
918
+ };
919
+ };
920
+ };
921
+ OCT2HEX: {
922
+ description: string;
923
+ abstract: string;
924
+ links: {
925
+ title: string;
926
+ url: string;
927
+ }[];
928
+ functionParameter: {
929
+ number: {
930
+ name: string;
931
+ detail: string;
932
+ };
933
+ places: {
934
+ name: string;
935
+ detail: string;
936
+ };
937
+ };
938
+ };
939
+ };
940
+ export default locale;