Class MathFImpl
Inheritance
System.Object
MathFImpl
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()
Namespace: Cosmos.Core_Plugs
Assembly: Cosmos.Core_Plugs.dll
Syntax
public static class MathFImpl
Methods
| Improve this Doc View SourceCos(Single)
Declaration
public static float Cos(float d)
Parameters
Type | Name | Description |
---|---|---|
System.Single | d |
Returns
Type | Description |
---|---|
System.Single |
Sin(Single)
Declaration
public static float Sin(float a)
Parameters
Type | Name | Description |
---|---|---|
System.Single | a |
Returns
Type | Description |
---|---|
System.Single |
Sqrt(Single)
Declaration
public static float Sqrt(float d)
Parameters
Type | Name | Description |
---|---|---|
System.Single | d |
Returns
Type | Description |
---|---|
System.Single |
Tan(Single)
Declaration
public static float Tan(float x)
Parameters
Type | Name | Description |
---|---|---|
System.Single | x |
Returns
Type | Description |
---|---|
System.Single |