The exp value in the part 1.1 sigmoid function

Hi I do not know a lot of math. The exp in the sigmoid function is not very clear to me. I tried to type
h = 1 / (1 + exp ** z) but the computer is also not sure what exp actually does. should I just type a number like 2 or 3?

https://numpy.org/doc/stable/reference/generated/numpy.exp.html

Thank you. let me check