The R expression
exp(1)
represents e, and
exp(2)
represents e^2.
This works because exp is the exponentiation function with base e.
-digamma(1) is the Euler’s Constant in R.
e, (exp(1) in R), which is the natural base of the natural logarithm
Euler’s Constant.
Euler’s Number