You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*__Very flexible__: variables, constants and user-defined functions (UDFs) support.
14
14
*__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`{{...};{...}}`
16
16
*__Floating point notation input support__: `-5E-5`, `(1.434E3+1000)*2/3.235E-5` are valid inputs.
17
17
*__Free of external VBA dependencies__: does not use dll.
0 commit comments