Skip to content

Commit 01bccfc

Browse files
committed
Update README.md
1 parent 799d422 commit 01bccfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VBA Expressions is a powerful mathematical expressions evaluator for VBA strings
1212
* __More than 20 built-in functions__: `Max`, `Min`, `Avg`, `Sin`, `Ceil`, `Floor`...
1313
* __Very flexible__: variables, constants and user-defined functions (UDFs) support.
1414
* __Implied multiplication for variables, constants and functions__: `5avg(2;abs(-3-7tan(5));9)-12pi-e+(7/sin(30)-4!)*min(cos(30);cos(150))` is valid expression; `5(2)` is not.
15-
* __Evaluation of arrays of expressions given as text strings, as in Java__: curly brackets are used to define arrays`{{...};{...}}`
15+
* __Evaluation of arrays of expressions given as text strings, as in Java__: curly brackets must be used to define arrays`{{...};{...}}`
1616
* __Floating point notation input support__: `-5E-5`, `(1.434E3+1000)*2/3.235E-5` are valid inputs.
1717
* __Free of external VBA dependencies__: does not use dll.
1818

0 commit comments

Comments
 (0)