Hacker News
- Write your own arbitrary-precision JavaScript math library https://jrsinclair.com/articles/2020/sick-of-the-jokes-write-your-own-arbitrary-precision-javascript-math-library/ 30 comments
- The Math Forum Internet Mathematics Library - topics http://mathforum.org/library/topics/ 2 comments
- Introducing DS-Math, an innovative safe math library with two new numeric types! (xpost r/ethdev) https://blog.dapphub.com/ds-math/ 11 comments ethereum
- All-Platform SIMD C Math Library https://github.com/pbotmeyertron/c_math_library 13 comments c_programming
- I open sourced an AVX accelerated math library that I've been using in my code base. I'd love some feedback. https://github.com/matthewkolbe/LitMath 25 comments csharp
- Vecti, a tiny library for 2D vector math https://github.com/DerYeger/vecti 3 comments javascript
- GLM compatible 3D math library. https://www.geometrictools.com/Source/Mathematics.html 4 comments graphicsprogramming
- Reanimate: great library for creating math videos similar to 3Blue1Brown https://reanimate.github.io/ 7 comments haskell
- Fixed math header only library with MIT licence https://www.reddit.com/r/cpp/comments/l0uz1y/fixed_math_header_only_library_with_mit_licence/ 62 comments cpp
- All the vector math libraries https://docs.rs/fixed/1.1.0/fixed/index.html 7 comments rust_gamedev
- What are some good linear algebra libraries for n-dimensional matrix maths? https://nalgebra.org/ 6 comments rust
- Yet another vector math library for yet another engine... https://www.reddit.com/r/rust/comments/cp1z4q/yet_another_vector_math_library_for_yet_another/ 32 comments rust
- Great library for Fixed Point Math in Solidity https://www.reddit.com/r/ethereum/comments/br17ox/great_library_for_fixed_point_math_in_solidity/ 9 comments ethereum
- How I built SiriWaveJS library: maths and code behind https://developers.caffeina.com/how-i-built-siriwavejs-library-maths-and-code-behind-6971497ae5c1 6 comments javascript
- Math grid library with matrix access https://www.reddit.com/r/javascript/comments/8o8geb/math_grid_library_with_matrix_access/ 4 comments javascript
- The algorithms and math behind a 1kb search library https://blog.kabir.ml/posts/inside-wade.html 5 comments programming
- What are some good visualization libraries for math? https://www.reddit.com/r/math/comments/73teu3/what_are_some_good_visualization_libraries_for/ 4 comments math
- What's the best way to test corectness of a math library? https://www.reddit.com/r/learnprogramming/comments/6o12ym/whats_the_best_way_to_test_corectness_of_a_math/ 4 comments learnprogramming
- What is the best math function plotting library in JavaScript? https://www.quora.com/what-is-the-best-math-function-plotting-library-in-javascript 4 comments javascript
- Good C math library for linear algebra? https://www.reddit.com/r/gamedev/comments/5ihrco/good_c_math_library_for_linear_algebra/ 23 comments gamedev
- Is there value in creating a new math library? https://docs.unrealengine.com/latest/INT/API/Runtime/Core/Math/FVector/index.html 18 comments rust_gamedev
- mm: general purpose math and multimedia libraries https://github.com/daggerbot/mm_color 6 comments rust
- CoreCLR proposal for expanded math library (updated with pull request - WIP). https://github.com/dotnet/coreclr/pull/710 21 comments csharp
- On Vector Math Libraries http://www.reedbeta.com/blog/2013/12/28/on-vector-math-libraries/ 19 comments coding
- KaTeX – The fastest math typesetting library for the web http://khan.github.io/katex/ 21 comments math
- KaTeX – The fastest math typesetting library for the web http://khan.github.io/katex/ 3 comments webdev
- KaTeX: A fast math typesetting library for the web http://khan.github.io/katex/ 67 comments programming
- Math library functions that seem unnecessary http://www.johndcook.com/blog/2010/06/07/math-library-functions-that-seem-unnecessary/ 5 comments math
- What's new in the core C, math, and thread libraries for Red Hat Enterprise Linux 7? http://developerblog.redhat.com/2014/06/23/whats-new-in-the-core-c-math-and-thread-libraries-for-red-hat-enterprise-linux-7/ 11 comments linux
- Statistical Shortcomings in Standard Math Libraries (And How To Fix Them) http://www.evanmiller.org/statistical-shortcomings-in-standard-math-libraries.html 15 comments rust
- what's the best JS math library in terms of performance? http://mathjs.org/ 15 comments javascript
- I tested various C/C++ based math libraries. Here's the result. https://github.com/chunkyguy/Math-Library-Test 8 comments gamedev
- Math problem posed by Jorge Luis Borges' "Library of Babel" http://maskofreason.files.wordpress.com/2011/02/the-library-of-babel-by-jorge-luis-borges.pdf 24 comments math
- "Four Serious Math Libraries for JavaScript": higher-precision arithmetic http://blog.smartbear.com/testing/four-serious-math-libraries-for-javascript/ 5 comments programming
- Yeppp! - Open-source SIMD-accelerated math library for C/C++/C#/Java/FORTRAN http://www.yeppp.info/ 126 comments programming
- Func-based math library for generics (or "I needed a way to create structs with members of any numeric type") http://hastebin.com/qobinisawu.cs 14 comments csharp
- Math library functions that seem unnecessary http://www.johndcook.com/blog/2010/06/07/math-library-functions-that-seem-unnecessary/ 117 comments programming
- numeric-quest: Haskell library for the math of quantum mechanics http://hackage.haskell.org/cgi-bin/hackage-scripts/package/numeric-quest-0.1 5 comments programming
- Check out this math library I made! 📚Ultimate Math Library - The all-inclusive math library specially designed for Unity! https://assetstore.unity.com/packages/slug/228481 3 comments unity3d
- MathSharp - a .NET library that uses the brand-new .NET Core Hardware Intrinsics to achieve lightning fast 3D maths and vectorised operations written purely in managed C# https://github.com/john-h-k/mathsharp 69 comments programming