Last active
May 23, 2021 16:12
-
-
Save kas-elvirov/7fcae059ba71c8ec7e274673e603c032 to your computer and use it in GitHub Desktop.
Nemathode Api-Standart
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
import Nemathode from 'nemathode'; | |
import { config } from './config'; | |
const nemathode = Nemathode({ | |
...config, | |
}); | |
// method for expression evaluation | |
const res = nemathode.evaluate([...]); | |
// example of getting math constant | |
nemathode.mathConstants.SOME_CONST; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment