Another stdlib contribution by Justin Dennison! This time adding support for computing a one-parameter Box-Cox transformation with special consideration for small values. Thanks for your hard work, Justin! github.com/stdlib-js/stdlib/…#math#javascript#nodejs
A new contribution by rei2hu to compute the double word product of two unsigned 32-bit integers, thus avoiding exceeding the maximum safe double-precision floating-point integer! Really awesome work! github.com/stdlib-js/stdlib/…#javascript#nodejs#math
It’s official! stdlib has over 28,000 commits! Thank you to all the contributors who are continuing to make this happen and for continuing to push the project forward! 🚀 github.com/stdlib-js/stdlib
Thanks to the hard work of @burckhap, stdlib now has iterators for 40+ pseudorandom number generators (PRNGs), helping you get your ES6+ on! :)
[…randu({‘iter’:3})] => [ 0.5329…, 0.17359…, 0.13422…]
github.com/stdlib-js/stdlib/…#javascript#Nodejs