``` > OmegaNum(1.4447).tetr(101)+'' < '2.6717465674555796' > OmegaNum(1.4447).pow(OmegaNum(1.4447).tetr(100))+'' < '2.672301459237309' ``` I expect that those two have similar result, but the former seems to be 1.4447^^100 instead of 1.4447^^101.
I expect that those two have similar result, but the former seems to be 1.4447^^100 instead of 1.4447^^101.