Math Class

Generic Math

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static class Math
Inheritance
Object    Math

Methods

Abs<T>(T) Returns the absolute value.
Abs<T>(Complex<T>) Returns the absolute value.
AbsSqr<T> Returns the absolute square.
Acos<T> Returns the angle whose cosine is the specified number.
Acosh<T> Returns the hyperbolic angle whose cosine is the specified number.
Add<T> Returns the sum of a and b.
Angle<T> Returns the angle.
Asin<T> Returns the angle whose sine is the specified number.
Asinh<T> Returns the hyperbolic angle whose sine is the specified number.
Atan<T> Returns the angle whose tangent is the specified number.
Atan2<T> Returns the angle whose tangent is the quotient of two specified numbers.
Atanh<T> Returns the hyperbolic angle whose tangent is the specified number.
ComplexAbs<T> Complex absolute value
ComplexDivision<T> Complex division
Conj<T> Returns the complex conjugate.
Cos<T> Returns the cosine of the specified angle.
Cosh<T> Returns the hyperbolic cosine of the specified angle.
Divide<T> Returns the quotient of a and b.
Ellipe<T> Complete elliptic integral of the second kind
Ellipk<T> Complete elliptic integral of the first kind
Exp<T> Returns e raised to the specified power.
Imag<T> Returns the imaginary part.
Log<T>(T) Returns the natural (base e) logarithm of a specified number.
Log<T>(T, T) Returns the logarithm of a specified number in a specified base.
Log10<T> Returns the base 10 logarithm of a specified number.
Multiply<T> Returns the product of a and b.
Negative<T> Returns the negative of a.
Pow<T>(T, Int32) Returns a specified number raised to the specified power.
Pow<T>(T, T) Returns a specified number raised to the specified power.
Real<T> Returns the real part.
Sign<T> Returns a value indicating the sign of a number.
Sin<T> Returns the sine of the specified angle.
Sinh<T> Returns the hyperbolic sine of the specified angle.
Sqrt<T> Returns the square root of a specified number.
StandardComplexAbs<T> Complex absolute value
StandardComplexDivision<T> Complex division
Subtract<T> Returns the difference of a and b.
Tan<T> Returns the tangent of the specified angle.
Tanh<T> Returns the hyperbolic tangent of the specified angle.

See Also