Skip to main content

Equations

The plugin uses Mathjs to parse the equations and calculate the values. Overall functionality depends on that library and custom functions I plan to implement in the future.

Example

y = x
f(x) = sin(x)

The = sign is needed to indicate its an equation. This is not valid.

x^2