samer@4: function S=hsphere_surf(N), S=(2*pi.^(N/2))./gamma(N/2); end samer@4: % hsphere_surf - Surface area of unit hypersphere samer@4: % samer@4: % hsphere_surf :: natural -> nonneg. samer@4: