Skip to content

Compatible with the ES6 module style.

Compare
Choose a tag to compare
@kurokida kurokida released this 09 Jun 06:22
· 29 commits to main since this release

The code is polished to be compatible with the ES6 module style.
I greatly appreciate @tpronk for his cooperation.

Changes

  1. Please prefix all the QUEST functions with jsQUEST as follows:
myquest = jsQUEST.QuestCreate(tGuess, tGuessSd, pThreshold, beta, delta, gamma);
  1. Both the numeric and interp1 libraries need not be included explicitly because these are bundled in the dist/jsQUEST.js file.