using System; namespace Science.Mathematics.SpecialFunction { /// /// Zeta /// public class Zeta { public Zeta() { } /* public static double JacobiZeta(double x) { return x; } public static double LerchPhi(double x) { return x; } public static double PolyLog(double x) { return x; } public static double RiemannSiegelTheta(double x) { return x; } public static double RiemannSiegelZ(double x) { return x; } public static double StieltjesGamma(double x) { return x; } */ } }