Skip to content

Commit

Permalink
docs: add a link to the documentation page about the syntax expressio…
Browse files Browse the repository at this point in the history
…n from the function `evaluate` (fix #3238)
  • Loading branch information
josdejong committed Jul 31, 2024
1 parent 18699a7 commit 61c5d07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# unpublished changes since 13.0.3

- Feat: add matrix datatypes in more cases (#3235). Thanks @dvd101x.
- Docs: add a link to the documentation page about the syntax expression
from the function `evaluate` (see #3238).

# 2024-07-19, 13.0.3

Expand Down
5 changes: 5 additions & 0 deletions src/expression/function/evaluate.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ export const createEvaluate = /* #__PURE__ */ factory(name, dependencies, ({ typ
/**
* Evaluate an expression.
*
* The expression parser does not use JavaScript. Its syntax is close
* to JavaScript but more suited for mathematical expressions.
* See [https://mathjs.org/docs/expressions/syntax.html](https://mathjs.org/docs/expressions/syntax.html) to learn
* the syntax and get an overview of the exact differences from JavaScript.
*
* Note the evaluating arbitrary expressions may involve security risks,
* see [https://mathjs.org/docs/expressions/security.html](https://mathjs.org/docs/expressions/security.html) for more information.
*
Expand Down

0 comments on commit 61c5d07

Please sign in to comment.