Timeline for Print the tetration
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 5, 2021 at 19:11 | comment | added | FZs | @ophact You're right, but that's a 4-year-old comment... However, you can really get -3 bytes by calling only the inner function. | |
| Jun 1, 2021 at 7:52 | comment | added | user100690 | @programmer5000 no, the function call would have to be f(a)(b-1) inside, adding 1 byte and cancelling out the effect. | |
| Apr 6, 2017 at 18:42 | comment | added | user58826 | Save 1 byte: f=a=>b=>b?a**f(a,b-1):1 | |
| Oct 22, 2016 at 1:19 | history | answered | ETHproductions | CC BY-SA 3.0 |