Random Numbers And Cross Platform Programming in C++
New article about Random Numbers And Cross Platform Programming in C++. You can read it HERE.…
New article about Random Numbers And Cross Platform Programming in C++. You can read it HERE.…
Just posted a new article about how many digits of pi you need to accuratly store them in floating point numbers.
You can read the article:HERE …
First of the many articles I intend to post in the coming weeks. This one is about the inverse error function.
Article: HERE
Introduction:
When one is dealing with statistic or generating random numbers one eventually encounters both the error function and the inverse error function. While some programming languages have the error function included in their math standard libraries, typically the inverse error function is excluded. In this article I will be talking about the inverse error function, some of its uses and go over multiple different methods to approximate it.…