New in Wolfram Mathematica 7: New Categories of Special Functions  previous | next 
Visualize q-Pochhammer
QPochhammer has complex behavior near the unit circle 1 which contains a dense subset of essential singularities.
In[1]:=

Click for copyable input
With[{b = 0.985}, 

 Plot3D[Re[QPochhammer[x + I y]], {x, -b, b}, {y, -b, b}, 

  RegionFunction -> (#1^2 + #2^2 < b^2 &), Mesh -> None, 

  PlotStyle -> Directive[Yellow, Specularity[White, 30]], 

  PlotPoints -> 35]]
Out[1]=