Created
May 22, 2021 17:30
-
-
Save kas-elvirov/94fc12a0729a881e3ad0c1da60a92fdd to your computer and use it in GitHub Desktop.
Nemathode with nested expressions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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