Class MathImpl
Inheritance
System.Object
MathImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class MathImpl
Fields
|
Improve this Doc
View Source
E
Declaration
public const double E = 2.7182818284590451
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
PI
Declaration
public const double PI = 3.1415926535897931
Field Value
Type |
Description |
System.Double |
|
Methods
|
Improve this Doc
View Source
Abs(Double)
Declaration
public static double Abs(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Abs(Single)
Declaration
public static float Abs(float value)
Parameters
Type |
Name |
Description |
System.Single |
value |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Acos(Double)
Declaration
public static double Acos(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Asin(Double)
Declaration
public static double Asin(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Atan(Double)
Declaration
public static double Atan(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Atan2(Double, Double)
Declaration
public static double Atan2(double x, double y)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
System.Double |
y |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Ceiling(Double)
Declaration
public static double Ceiling(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Cosh(Double)
Declaration
public static double Cosh(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Exp(Double)
Declaration
public static double Exp(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Floor(Double)
Declaration
public static double Floor(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Log(Double)
Declaration
public static double Log(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Log(Double, Double)
Declaration
public static double Log(double Exponent, double Base)
Parameters
Type |
Name |
Description |
System.Double |
Exponent |
|
System.Double |
Base |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Log10(Double)
Declaration
public static double Log10(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Pow(Double, Double)
Declaration
public static double Pow(double b, double e)
Parameters
Type |
Name |
Description |
System.Double |
b |
|
System.Double |
e |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Sinh(Double)
Declaration
public static double Sinh(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Sqrt(Double)
Declaration
public static double Sqrt(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Tanh(Double)
Declaration
public static double Tanh(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Truncate(Double)
Declaration
public static double Truncate(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
Returns
Type |
Description |
System.Double |
|