[y]=diric(x,n)
Real valued vector or matrix
Real positive integer or complex integer
This is an Octave function y=diric(x,n) returns the dirichlet function values of parameter x.
1. diric([1 2 3],3) ans= 0.6935349 0.0559021 -0.3266617 2. diric(1,2) ans= 0.8775826