Generic Extensions Class
Contains extension methods for generic arithmetic interfaces.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static class GenericExtensions- Inheritance
- Object → GenericExtensions
Methods
| Acos<T> | Returns the angle whose cosine is the specified number. |
| Acosh<T> | Returns the inverse hyperbolic cosine of a real number. |
| Acoth<T> | Returns the inverse hyperbolic cotangent of a real number. |
| Acsch<T> | Returns the inverse hyperbolic cosecant of a real number. |
| Asech<T> | Returns the inverse hyperbolic secant of a real number. |
| Asin<T> | Returns the angle whose cosine is the specified number. |
| Asinh<T> | Returns the inverse hyperbolic sine of a real number. |
| Atan<T> | Returns the angle whose tangent is the specified number. |
| Atanh<T> | Returns the inverse hyperbolic tangent of a real number. |
| Coth<T> | Returns the hyperbolic cotangent of a real number. |
| Csch<T> | Returns the hyperbolic cosecant of a real number. |
| Greatest | Returns the greatest common divisor of two numbers. |
| Hypot<T> | Gets the length of the hypotenuse of a right-angled triangle with sides of specified length. |
| Log<T> | Returns the natural logarithm of the specified number. |
| Log10<T> | Returns the base 10 logarithm of the specified number. |
| Log1Plus | Returns the logarithm of 1 plus the argument. |
| Max<T>(IGroupOperations<T>, T, T) | Returns the larger of two numbers. |
| Max<T>(IGroupOperations<T>, T, T, T) | Returns the largest of three numbers. |
| Min<T>(IGroupOperations<T>, T, T) | Returns the smaller of two numbers. |
| Min<T>(IGroupOperations<T>, T, T, T) | Returns the smallest of three numbers. |
| Pow<T>(IFieldOperations<T>, T, Int32) | Raises a value to the specified power.. |
| Pow<T>(IRingOperations<T>, T, Int32) | Raises a value to the specified power.. |
| Sech<T> | Returns the hyperbolic secant of a real number. |
| Sign<T> | Returns the sign of the specified number. |
| Sinc<T> | Evaluates the normalized sinc function. |
| Tan<T> | Returns the tangent of the specified angle. |
| Tanh<T> | Returns the hyperbolic tangent of the specified angle. |