Difference between revisions of "Manuals/calci/LOGSTAR"
Jump to navigation
Jump to search
(Created page with "LOGSTAR") |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | LOGSTAR | + | <div style="font-size:30px">'''LOGSTAR (Number,Base)'''</div><br/> |
+ | *<math>Number</math> is any real number. | ||
+ | *<math>Base</math> base value of the log. | ||
+ | |||
+ | ==Description== | ||
+ | *This function shows the iterated logarithm of the given number. | ||
+ | *In <math>LOGSTAR (Number,Base)</math>, <math>Number</math> is any real number. | ||
+ | *<math>Base</math> is the base value of the log. | ||
+ | *Log star is the number of times the logarithm function must be iteratively applied before the result is less than or equal to 1. | ||
+ | *The simple definition of the Log star is : | ||
+ | <math>\begin{cases} | ||
+ | 0 & if n\le 1 \\ | ||
+ | 1+log*(log n) & ifn > 1 \\ | ||
+ | \end{cases} </math> | ||
+ | *The relation between Log star and Super logarithm is <math>log*n=[slog_e(n)]</math> for positive real numbers. | ||
+ | *Also for negative real numbers ,log star value is 0,whereas <math>[slog_e(-x)]= -1</math> for positive x. | ||
+ | *The iterated logarithm varies at slow rate,which is very slow compared with logarithm values. | ||
+ | *Iterated logarithm values vary not more than 5 with base value 2. | ||
+ | {| class="wikitable" | ||
+ | |+Spreadsheet | ||
+ | |- | ||
+ | ! X !! Log*X | ||
+ | |- | ||
+ | |(<math>-\infty</math>,1]|| 0 | ||
+ | |- | ||
+ | |(1,2] || 1 | ||
+ | |- | ||
+ | |(2,4] || 2 | ||
+ | |- | ||
+ | |(4,16] || 3 | ||
+ | |- | ||
+ | |(16, 65536] || 4 | ||
+ | |- | ||
+ | | (65536, <math>2^{65536}</math>] ||5 | ||
+ | |} | ||
+ | |||
+ | ==Examples== | ||
+ | #LOGSTAR(3) = 1 | ||
+ | #LOGSTAR(260) = 2 | ||
+ | #LOGSTAR(5432,3) = 3 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=Ty8kwrMMpVE|280|center|Iterated Logarithm}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/LN| LN]] | ||
+ | *[[Manuals/calci/LOG10| LOG10]] | ||
+ | *[[Manuals/calci/LOGINV| LOGINV]] | ||
+ | |||
+ | |||
+ | ==References== | ||
+ | *[https://en.wikipedia.org/wiki/Iterated_logarithm Log star] | ||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 13:41, 15 January 2019
LOGSTAR (Number,Base)
- is any real number.
- base value of the log.
Description
- This function shows the iterated logarithm of the given number.
- In , is any real number.
- is the base value of the log.
- Log star is the number of times the logarithm function must be iteratively applied before the result is less than or equal to 1.
- The simple definition of the Log star is :
- The relation between Log star and Super logarithm is for positive real numbers.
- Also for negative real numbers ,log star value is 0,whereas for positive x.
- The iterated logarithm varies at slow rate,which is very slow compared with logarithm values.
- Iterated logarithm values vary not more than 5 with base value 2.
X | Log*X |
---|---|
(,1] | 0 |
(1,2] | 1 |
(2,4] | 2 |
(4,16] | 3 |
(16, 65536] | 4 |
(65536, ] | 5 |
Examples
- LOGSTAR(3) = 1
- LOGSTAR(260) = 2
- LOGSTAR(5432,3) = 3
Related Videos
See Also
References