Skip to content

Commit a42ff8e

Browse files
committed
Commit from GitHub Actions (Reduce Adoc)
1 parent 528580c commit a42ff8e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README-EN.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ QLExpress4 provides a method to parse all variables that need to be passed in fr
266266
assertEquals(expectSet, outVarNames);
267267
----
268268

269+
To parse all functions that require external input, call the `getOutFunctions` method.
270+
269271
=== High-Precision Calculation
270272

271273
QLExpress internally uses BigDecimal to represent all numbers that cannot be precisely represented by double, to represent calculation precision as much as possible:

README.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ QLExpress4 提供了一个方法,可以解析出脚本中所有需要从外部
268268
assertEquals(expectSet, outVarNames);
269269
----
270270

271+
如果想解析所有需要从外部传入的函数,则可以调用 `getOutFunctions` 方法。
272+
271273
=== 高精度计算
272274

273275
QLExpress 内部会用 BigDecimal 表示所有无法用 double 精确表示数字,来尽可能地表示计算精度:

0 commit comments

Comments
 (0)