exponents in pure sh
Go to file
Mia T. Rain 4fbc88378f
slim again: see L14
2022-09-05 13:58:53 -04:00
LICENSE init 2022-09-05 13:49:40 -04:00
README init 2022-09-05 13:49:40 -04:00
ex slim again: see L14 2022-09-05 13:58:53 -04:00

README

---
sh^
-- exponents in pure sh
---
Notes
-- recursion is used such that 2^2^2 would work in theory
-- however keep in mind that sh has a (2^63)-1 max number limit
-- after which overflow occurs
---