Algorithm that matches decimal number to expression in terms of mathematical constants

52 Views Asked by At

I remember finding at some point a type of algorithm which provided a decimal value with enough precision, would try to match it to expressions in terms of mathematical constants (for example, plugging in $5.85987448204$ would return $\pi+e$.)

But I cant't seem to find anything like this on the internet, so does anybody have any idea about how these algorithms are called, or where I could find something like this?

2

There are 2 best solutions below

0
On BEST ANSWER
0
On

You might explore Ries, specifically about the Ries algorithm.