Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Determine the iterated logarithm of an input
ResourceFunction["IteratedLog"][z] gives the iterated natural logarithm of z. | |
ResourceFunction["IteratedLog"][b,z] gives the iterated logarithm base b of z. |
IteratedLog is the inverse of tetration (repeated exponentiation):
| In[1]:= |
| Out[1]= |
A slightly larger input shows a step-like jump in the value of IteratedLog:
| In[2]:= |
| Out[2]= |
Make a table of the iterated logarithm of the first 50 integers:
| In[3]:= |
| Out[3]= |
The logarithmic base can be any real number greater than 1:
| In[4]:= |
| Out[4]= |
Plot the iterated logarithm for different logarithmic bases:
| In[5]:= | ![]() |
| Out[5]= | ![]() |
IteratedLog will return unevaluated in cases where evaluation might lead to numerical overflow:
| In[6]:= |
| Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License