-
Notifications
You must be signed in to change notification settings - Fork 12
Supported function syntax
Leonhard Masche edited this page Aug 17, 2022
·
4 revisions
Here you can see some of the function syntax that is supported by this plugin. It is powered by function-plot, which in turn uses builtin-math-eval.
Here are some of the expressions built-in-math-eval supports:
- arithmetic functions and operators:
-
addand+ -
suband- -
muland* -
divand/ -
powand^ -
modand%
-
- all the functions and constants supported my
Math - logic
<<=>>======!=!==>><<>>>|&
- the ternary operator:
condition ? expression1 : expression2