C# Mathematical Functions

MethodDescription
Sin()sine of an angle in radians
Cos()cosine of an angle in radians
Tan()tangent of an angle in radians
Asin()inverse of sine
Acos()inverse of cosine
Atan()inverse of tangent
Atan2()inverse of tangent with x and y co-ordinates specified
Sinh()hyperbolic sine
Cosh()hyperbolic cosine
Tanh()hyperbolic tangent
Sqrt()square root
Pow()number raised to a given power
Exp()exponential
Log()natural logarithm (base e)
Log10()base 10 logarithm
Abs()absolute value of a number
Min()lower of two numbers
Max()higher of two numbers
Sign()sign of the number