C#三角函數使用

 public static double tricorn(double n, string str)         {             double pi = System.Math.PI;             switch (str)             {                 case "sin": return System.Math.Sin(n * pi /
相關文章
相關標籤/搜索