Basic |
public class BasicFunctions
The BasicFunctions type exposes the following members.
Name | Description | |
---|---|---|
BasicFunctions | Initializes a new instance of the BasicFunctions class |
Name | Description | |
---|---|---|
CopySign | Return first number with the sign of second number | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
hypot(Double, Double, Double) | The standard hypot() function for three arguments taking care of overflows and zerodivides. | |
hypot(Single, Single, Single) | The standard hypot() function for three arguments taking care of overflows and zerodivides. | |
LogRel(Complex) | LogRel(z) = log(1+z) with relative error accuracy near z = 0. | |
LogRel(Double) | LogRel(z) = log(1+z) with relative error accuracy near z = 0. | |
LogRel(Complex, Boolean) | LogRel(z) = log(1+z) with relative error accuracy near z = 0. | |
LogRel(Double, Boolean) | LogRel(z) = log(1+z) with relative error accuracy near z = 0. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Nint | Round to nearest integer. | |
NumberOfWraps | Calculates the number of wraps w. This is the number of range wraps that must be taken to go from start to start+offset. | |
PMod | Modulus x%y, but with result guaranted to be greater or equal to zero. | |
sign | Returns -1 if argument negative, 0 if argument zero, or 1 if argument is positive. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
DBL_EPSILON | Represents the smallest number where 1+DBL_EPSILON is not equal to 1. | |
DBL_MAX | The biggest positive double number. | |
DBL_MIN | The smallest positive double number. |