New test.
[mono.git] / mono / metadata / sysmath.h
index ccca3ed5bc6b3721f34c750a59a478d944954dd4..86cc68a4cf9875b21df8a6e7bca313f2760b0c66 100644 (file)
@@ -1,65 +1,66 @@
-/*\r
- * math.h\r
- *\r
- * Author:\r
- *   Dan Lewis (dihlewis@yahoo.co.uk)\r
- *\r
- * (C) Ximian, Inc. 2002\r
- */\r
-\r
-#ifndef __METADATA_SYSMATH_H__\r
-#define __METADATA_SYSMATH_H__\r
-\r
-#include <config.h>\r
-#include <glib.h>\r
-\r
-extern gdouble ves_icall_System_Math_Floor (gdouble x);\r
-extern gdouble ves_icall_System_Math_Round (gdouble x);\r
-extern gdouble ves_icall_System_Math_Round2 (gdouble value, gint32 digits);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Sin (gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Cos (gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Tan (gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Sinh (gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Cosh (gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Tanh (gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Acos (gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Asin (gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Atan (gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Atan2 (gdouble y, gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Exp (gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Log (gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Log10 (gdouble x);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Pow (gdouble x, gdouble y);\r
-\r
-extern gdouble \r
-ves_icall_System_Math_Sqrt (gdouble x);\r
-\r
-#endif\r
+/*
+ * math.h
+ *
+ * Author:
+ *   Dan Lewis (dihlewis@yahoo.co.uk)
+ *
+ * (C) Ximian, Inc. 2002
+ */
+
+#ifndef __METADATA_SYSMATH_H__
+#define __METADATA_SYSMATH_H__
+
+#include <config.h>
+#include <glib.h>
+#include "mono/utils/mono-compiler.h"
+
+extern gdouble ves_icall_System_Math_Floor (gdouble x);
+extern gdouble ves_icall_System_Math_Round (gdouble x);
+extern gdouble ves_icall_System_Math_Round2 (gdouble value, gint32 digits);
+
+extern gdouble 
+ves_icall_System_Math_Sin (gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Cos (gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Tan (gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Sinh (gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Cosh (gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Tanh (gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Acos (gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Asin (gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Atan (gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Atan2 (gdouble y, gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Exp (gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Log (gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Log10 (gdouble x);
+
+extern gdouble 
+ves_icall_System_Math_Pow (gdouble x, gdouble y);
+
+extern gdouble 
+ves_icall_System_Math_Sqrt (gdouble x);
+
+#endif