conductor_tension/extra.cs

17 lines
260 B
C#
Raw Normal View History

2020-04-02 17:38:12 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace conductortension
{
2020-04-17 22:25:42 +08:00
public partial class Core
2020-04-02 17:38:12 +08:00
{
public static double BaoLiuLiangWei(double a)
{
return a;
}
}
}