Show HN: Advanced Mathematics Library for Node.js and JavaScript
1–10 of 49 posts
Re: Show HN: Advanced Mathematics Library for Node.js and JavaScript
#2Although, could someone clarify for me the floating point issues mentioned by Steve? I wasn't aware there were issues...
Re: Show HN: Advanced Mathematics Library for Node.js and JavaScript
#3This is pretty cool. I've been using CoffeeScript to post-process MD simulation results because it's such an easy language to get things done in. Tools like this will make it even easier. Although, could someone clarify for me the floating point issues mentioned by Steve? I wasn't aware there were issues...
In your browser console, run: 0.3 + 0.544 You'll get back 0.8440000000000001
In practice (especially if in the browser), the difference is either irrelevant (in CSS 1px == 1.1px) or not significant. But in accumulation, it could be problematic.
Re: Show HN: Advanced Mathematics Library for Node.js and JavaScript
#4Is there interest in some more advanced matrix algebra functions - specifically Gaussian reduction, simplex, sensitivity analysis, and maybe some transport/network problems and integer programming?
Re: Show HN: Advanced Mathematics Library for Node.js and JavaScript
#5Can you give an overview of how your library is different? Is it just a different set of math tools or is the architecture somehow different? Thanks!
Re: Show HN: Advanced Mathematics Library for Node.js and JavaScript
#6Great. I'm studying for my operations research exam, and I've wanted to "study" by implementing some of the algorithms we did by hand through code. Is there interest in some more advanced matrix algebra functions - specifically Gaussian reduction, simplex, sensitivity analysis, and maybe some transport/network problems and integer programming?
Re: Show HN: Advanced Mathematics Library for Node.js and JavaScript
#7Re: Show HN: Advanced Mathematics Library for Node.js and JavaScript
#8What audience do you have in mind calling this advanced? (Not criticising your library, it looks useful).
I speak for myself when I say a lot of us aren't that good at math.
Re: Show HN: Advanced Mathematics Library for Node.js and JavaScript
#9Re: Show HN: Advanced Mathematics Library for Node.js and JavaScript
#10I present to you "Clique: A Javascript Linear Algebra Library with Applications to Spectral Analysis"