Skip to content

Instantly share code, notes, and snippets.

@grossvogel
Last active May 17, 2019 15:11
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 grossvogel/f15680b2d841ab20c348ce59e1af2e7c to your computer and use it in GitHub Desktop.
Save grossvogel/f15680b2d841ab20c348ce59e1af2e7c to your computer and use it in GitHub Desktop.
const polynomial = new Polynomial([1,2,3]); // 3x^2 + 2x + 1
const y1 = polynomial.evaluate(1); // 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment