OSDN Git Service

12313
[psychlops/silverlight.git] / dev4 / psychlops / core / math / util.cs
index 20886e0..f1aa817 100644 (file)
@@ -85,6 +85,10 @@ namespace Psychlops
                {\r
                        return System.Math.Sqrt(x);\r
                }\r
+               public static double pow(double x, double y)\r
+               {\r
+                       return System.Math.Pow(x,y);\r
+               }\r
                public static double exp(double x)\r
                {\r
                        return System.Math.Exp(x);\r