Type Summary

						public sealed class Math
   {
     // Fields
        public const double E = 2.7182818284590452354;
        public const double PI = 3.14159265358979323846;

     // Methods
        public static decimal Abs (decimal value);
        public static double Abs (double a);
        public static float Abs (float a);
        public static int Abs (int value);
        public static long Abs (long value);
        public static sbyte Abs (sbyte value);
        public static short Abs (short value);
        public static double Acos (double d);
        public static double Asin (double d);
        public static double Atan (double d);
        public static double Atan2(double y, double x);
CF 1.1
						public static long BigMul (int a, int b);
        public static double Ceiling (double a);
        public static double Cos (double d);
        public static double Cosh (double value); ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.