Skip to content

Commit acb52db

Browse files
committed
1.0.0
1 parent b78b16f commit acb52db

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ const r = await mean.evalAsync(inputArray);
141141
### Parameters
142142

143143
* `expression` **string** function
144-
* `variables` **Array\<string>?** An array containing all the scalar variables' names, will be determined automatically if omitted, however order won't be guaranteed
145-
* `vectors` **Record\<string, number>?** An object containing all the vector variables' names and their sizes, vector size must be known at compilation (object construction)
144+
* `variables` **Array\<string>?** An array containing all the scalar variables' names, will be determined automatically if omitted, however order won't be guaranteed, scalars are passed by value
145+
* `vectors` **Record\<string, number>?** An object containing all the vector variables' names and their sizes, vector size must be known at compilation (object construction), vectors are passed by reference and can be modified by the ExprTk expression
146146

147147
### Examples
148148

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"codecov": "cd coverage && curl -s https://codecov.io/bash | bash"
1919
},
2020
"name": "exprtk.js",
21-
"version": "1.0.0-rc1",
21+
"version": "1.0.0",
2222
"description": "JS Mathematical Expression Toolkit Library",
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)