Skip to content

Instantly share code, notes, and snippets.

@kas-elvirov
Last active May 23, 2021 16:12
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/7fcae059ba71c8ec7e274673e603c032 to your computer and use it in GitHub Desktop.
Save kas-elvirov/7fcae059ba71c8ec7e274673e603c032 to your computer and use it in GitHub Desktop.
Nemathode Api-Standart
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