exp()
- grassmanntn.arith.exp(gnum)
The exponentiation of a Grassmann number
Parameters:
gnum: grassmann_number
The exponent.
Returns:
out: grassmann_number
The exponentiation. This is the same as calling
(numpy.e)**gnum
.
The exponentiation of a Grassmann number
Parameters:
gnum: grassmann_number
The exponent.
Returns:
out: grassmann_number
The exponentiation. This is the same as calling (numpy.e)**gnum
.