MathXLib is an extensive math library that can be used in NodeJS and JavaScript.
On your command line, run the following commands: ```bash npm install quintex ``` Write the following code in your Node.JS server JavaScript file: ```js const $ = require("quintex"); ```