Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 279 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 279 Bytes

Tetration

  • given a function f(x, c) visualizing limit behavior for tetration given x ∈ ℝ for different values of x
  • other functions may be used
  • in the case of Tetration:
    • f(x, c) = c ** x
    • limit cycle for x < e ** (-e)
    • diverges to infinity for x > e ** (1/e)