eta(z)
Accuracy is about 13 significant digits for abs(z)<100< code="">,
drops off with higher absolute values.
gammaz
, zeta
z <- 0.5 + (1:5)*1i
eta(z)
z <- c(0, 0.5+1i, 1, 1i, 2+2i, -1, -2, -1-1i)
eta(z)
Run the code above in your browser using DataLab