IMathT Interface
Math Interface.
Namespace: Metas.UncLib.Core.InterfaceAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9435.16862
public interface IMath<T>
Public Interface IMath(Of T)
generic<typename T>
public interface class IMath
type IMath<'T> = interface end
Type Parameters
- T
- Type
| Acos |
Returns the angle whose cosine is the specified number.
|
| Acosh |
Returns the angle whose hyperbolic cosine is the specified number.
|
| Asin |
Returns the angle whose sine is the specified number.
|
| Asinh |
Returns the angle whose hyperbolic sine is the specified number.
|
| Atan |
Returns the angle whose tangent is the specified number.
|
| Atanh |
Returns the angle whose hyperbolic tangent is the specified number.
|
| Conj |
Returns the complex conjugate.
|
| Cos |
Returns the cosine of the specified angle.
|
| Cosh |
Returns the hyperbolic cosine of the specified angle.
|
| Exp |
Returns e raised to the specified power.
|
| Log |
Returns the natural (base e) logarithm of a specified number.
|
| Log(T) |
Returns the logarithm of a specified number in a specified base.
|
| Log10 |
Returns the base 10 logarithm of a specified number.
|
| Pow(T) |
Returns a specified number raised to the specified power.
|
| Pow(Int32) |
Returns a specified number raised to the specified power.
|
| Sin |
Returns the sine of the specified angle.
|
| Sinh |
Returns the hyperbolic sine of the specified angle.
|
| Sqrt |
Returns the square root of a specified number.
|
| Tan |
Returns the tangent of the specified angle.
|
| Tanh |
Returns the hyperbolic tangent of the specified angle.
|