Skip to content

Commit 76a2441

Browse files
author
linzhijun
committed
fix
1 parent cd6b752 commit 76a2441

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README-EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ToolGood.Algorithm is a powerful, lightweight, `Excel formula` compatible algori
3535
var m = engine.TryEvaluate("[1,2,3,4,5,6].has(13)", true);//Return false 返回false
3636
```
3737

38-
Constants`pi`, `e`, `true`, `false`are supported.
38+
Constants `true`, `false`are supported.
3939

4040
The value is converted to bool, non-zero is true and zero is false.
4141
String to bool, `0` `FALSE` `NO` `` `没有` `不是` `` is false, `1` `TRUE` `YES` `` `` is true. Case insensitive.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ToolGood.Algorithm是一个功能强大、轻量级、兼容`Excel公式`的算
4040
var m = engine.TryEvaluate("[1,2,3,4,5,6].has(13)", true);//Return false 返回false
4141
```
4242

43-
支持常量`pi`, `e`, `true`, `false`
43+
支持常量`true`, `false`
4444

4545
数值转bool,非零为真, 零为假。字符串转bool, `0``FALSE``NO````没有``不是```为假,`1``TRUE``YES`````为真。不区分大小写。
4646

0 commit comments

Comments
 (0)