Big Float Methods
Methods
| Abs | Returns the absolute value of a number. |
| Acos( | Returns the inverse cosine of a number. |
| Acos( | Returns the inverse cosine of a number with the specified accuracy. |
| Acos( | Returns the inverse cosine of a number with the specified accuracy. |
| Acosh( | Returns the inverse hyperbolic cosine of a number. |
| Acosh( | Returns the inverse hyperbolic cosine of a number with the specified accuracy. |
| Acosh( | Returns the inverse hyperbolic cosine of a number with the specified accuracy. |
| Add( | Adds two BigFloat numbers. |
| Add( | Adds two numbers and returns the result with the specified accuracy. |
| Add( | Adds two numbers and returns the result with the specified accuracy. |
| Asin( | Returns the inverse sine of a number. |
| Asin( | Returns the inverse sine of a number with the specified accuracy. |
| Asin( | Returns the inverse sine of a number with the specified accuracy. |
| Asinh( | Returns the inverse hyperbolic sine of a number. |
| Asinh( | Returns the inverse hyperbolic sine of a number with the specified accuracy. |
| Asinh( | Returns the inverse hyperbolic sine of a number with the specified accuracy. |
| Atan( | Returns the inverse tangent of a number. |
| Atan( | Returns the inverse tangent of a number with the specified accuracy. |
| Atan( | Returns the inverse tangent of a number with the specified accuracy. |
| Atan2( | Returns the inverse tangent of a number. |
| Atan2( | Returns the inverse tangent of a number with the specified accuracy. |
| Atan2( | Returns the inverse tangent of a number with the specified accuracy. |
| Atanh( | Returns the inverse hyperbolic tangent of a number. |
| Atanh( | Returns the inverse hyperbolic tangent of a number with the specified accuracy. |
| Atanh( | Returns the inverse hyperbolic tangent of a number with the specified accuracy. |
| Ceiling | Rounds a number up to the nearest integer. |
| Compare | Compares two BigFloat numbers up to the specified AccuracyGoal. |
| Compare | Compares a number to another number. |
| Compare | Compares a number to another number up to the specified AccuracyGoal. |
| Copy | Copies the sign of a number to another number. |
| Cos( | Returns the cosine of an angle. |
| Cos( | Returns the cosine of an angle with the specified accuracy. |
| Cos( | Returns the cosine of an angle with the specified accuracy. |
| Cosh( | Returns the hyperbolic cosine of a number. |
| Cosh( | Returns the hyperbolic cosine of a number with the specified accuracy. |
| Cosh( | Returns the hyperbolic cosine of a number with the specified accuracy. |
| Divide( | Divides one BigFloat by another. |
| Divide( | Divides one BigFloat by another to the specified accuracy. |
| Equals( | Tests whether a number equals another number. |
| Equals( |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides Object.Equals(Object)) |
| Equals( | Tests whether a number equals another number up to the specified AccuracyGoal. |
| Equals( | Tests whether a number equals another number up to the specified AccuracyGoal. |
| Exp( | Returns e raised to the specified power. |
| Exp( | Returns e raised to the specified power to the specified accuracy. |
| Exp( | Returns e raised to the specified power to the specified accuracy. |
| Expm1 | Returns e raised to the specified power to the specified accuracy. |
| Extend | Returns a BigFloat value with at least the specified precision and the same value as this instance. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| Floor | Rounds a number down to the nearest integer. |
| Fractional | Returns the fractional part of the BigFloat number. |
| From | Constructs a new arbitrary precision floating-point number from a rational number. |
| Gamma( | Returns the gamma function of a number. |
| Gamma( | Returns the gamma function of a number to the specified accuracy. |
| Gamma( | Returns the gamma function of a number to the specified accuracy. |
| Get | Gets the approximate number of decimal digits in the BigFloat value. |
| Get |
Returns the hash code for this instance.
(Overrides Object.GetHashCode()) |
| Get | Returns the value of pi to the specified number of digits. |
| Get | Returns the value of pi to the specified number of digits. |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Inverse( | Returns the reciprocal of a number. |
| Inverse( | Returns the reciprocal of a number with the specified accuracy. |
| Inverse( | Returns the reciprocal of a number with the specified accuracy. |
| IsInfinity | Checks if the value of a BigFloat value is infinite. |
| IsNa | Checks if the value of a BigFloat value is "Not a Number." |
| IsNegative | Checks if the value of a BigFloat value is negative infinity. |
| IsPositive | Checks if the value of a BigFloat value is positive infinity. |
| Log( | Returns the natural logarithm of a number with the specified accuracy. |
| Log( | Returns the natural logarithm of a number with the specified accuracy. |
| Log( | Returns the logarithm of a number relative to the specified base with the specified accuracy. |
| Log( | Returns the natural logarithm of a number with the specified accuracy. |
| Log( | Returns the logarithm of a number relative to the specified base with the specified accuracy. |
| Log( | Returns the logarithm of a number relative to the specified base with the specified accuracy. |
| Log1Plus | Returns the natural logarithm of 1 plus a number with the default accuracy. |
| Log1Plus | Returns the natural logarithm of 1 plus a number with the specified accuracy. |
| Log1Plus | Returns the natural logarithm of 1 plus a number with the specified accuracy. |
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
| Modulus | Returns the remainder after dividing one BigFloat number by another. |
| Multiply( | Multiplies two numbers. |
| Multiply( | Multiplies two numbers and returns the result to the specified accuracy. |
| Negate | Returns a BigFloat value with the opposite sign. |
| Parse( | Converts a string value to a BigFloat. |
| Parse( | Converts a string value to a BigFloat. |
| Parse( | Converts a string value to a BigFloat. |
| Parse( | Converts a string value to a BigFloat. |
| Parse( | Converts a string value to a BigFloat. |
| Parse( | Converts a string value to a BigFloat. |
| Parse( | Converts a string value to a BigFloat. |
| Parse( | Converts a string value to a BigFloat. |
| Pow( | Raises a number to the specified power. |
| Pow( | Raises a number to the specified power. |
| Pow( | Raises a number to the specified power with the specified accuracy. |
| Pow( | Raises a number to the specified power with the specified accuracy. |
| Pow( | Raises a number to the specified power with the specified accuracy. |
| Pow( | Raises a number to the specified power with the specified accuracy. |
| Restrict | Returns a BigFloat value with at most the specified precision and the same value as this instance. |
| Root( | Returns the square root of a number. |
| Root( | Returns the specified root of a number with the specified accuracy. |
| Root( | Returns the specified root of a number with the specified accuracy. |
| Round( | Rounds a BigFloat value to the nearest integer. |
| Round( | Rounds a BigFloat value to the specified number of decimal digits. |
| Round( | Rounds a BigFloat value to the specified number of decimal digits. |
| Scale | Multiplies a BigFloat value by a power of two. |
| Sin( | Returns the sine of an angle. |
| Sin( | Returns the sine of an angle with the specified accuracy. |
| Sin( | Returns the sine of an angle with the specified accuracy. |
| Sin | Calculates the sine and the cosine of an angle. |
| Sin | Calculates the sine and the cosine of an angle with the specified accuracy. |
| Sin | Calculates the sine and the cosine of an angle with the specified accuracy. |
| Sin | Calculates the sine and the cosine of an angle. |
| Sin | Calculates the sine and the cosine of an angle with the specified accuracy. |
| Sin | Calculates the sine and the cosine of an angle with the specified accuracy. |
| Sinh( | Returns the hyperbolic sine of a number. |
| Sinh( | Returns the hyperbolic sine of a number with the specified accuracy. |
| Sinh( | Returns the hyperbolic sine of a number with the specified accuracy. |
| Sqrt( | Returns the square root of a number. |
| Sqrt( | Returns the square root of a number with the specified accuracy. |
| Sqrt( | Returns the square root of a number with the specified accuracy. |
| Subtract( | Subtracts one number from another. |
| Subtract( | Subtracts one number from another and returns the result to the specified accuracy. |
| Tan( | Returns the tangent of an angle. |
| Tan( | Returns the tangent of an angle with the specified accuracy. |
| Tan( | Returns the tangent of an angle with the specified accuracy. |
| Tanh( | Returns the hyperbolic tangent of a number. |
| Tanh( | Returns the hyperbolic tangent of a number with the specified accuracy. |
| Tanh( | Returns the hyperbolic tangent of a number with the specified accuracy. |
| ToString() |
Returns a String representation of the number.
(Overrides Object.ToString()) |
| ToString( | Formats the value of the current instance using the specified format. |
| ToString( | Formats the value of the current instance using the specified format. |
| ToString( | Formats the value of the current instance using the specified format. |
| Try | Attempts to convert a string value to a BigFloat. |
| Try | Attempts to convert a string value to a BigFloat. |
| Try | Attempts to convert a string value to a BigFloat. |