Skip to content

Instantly share code, notes, and snippets.

@kas-elvirov
Created May 22, 2021 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kas-elvirov/94fc12a0729a881e3ad0c1da60a92fdd to your computer and use it in GitHub Desktop.
Save kas-elvirov/94fc12a0729a881e3ad0c1da60a92fdd to your computer and use it in GitHub Desktop.
Nemathode with nested expressions
const resOfNestedExp = nemathode.evaluate([1, '+', 'PI', '*', ['abs', 1, 2, 3], '-', [1, '+', [1, '/', 25]]]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment