thoppe/python-hyperoperators

tetration fails when second argument is non-integer

thoppe opened this issue · 1 comments

MWE:

H = hyperop(4)
H(2, 0.5)

Fixed.