Search code examples
logarithmturing-lang

Turing Logarithmic Function


I was wondering if Turing had a logarithmic function and what it was. If not, I was wondering how I could create my own logarithmic function without a table look up or brute force if it is possible. Thanks in advance.


Solution

  • Turns out there is no way to do it. Better off using brute force.