Ejemplo n.º 1
0
 public static Double Cos(ptsDegree deg)
 {
     return Math.Cos(deg.getAsRadians());
 }
Ejemplo n.º 2
0
 public static Double Tan(ptsDegree deg)
 {
     return Math.Tan(deg.getAsRadians());
 }