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. |
| Acos | Computes the arc-cosine of a value and divides the result by pi. |
| 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. |
| Asin | Computes the arc-sine of a value and divides the result by pi. |
| 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. |
| Atan2Pi | Computes the arc-tangent for the quotient of two values and divides the result by pi. |
| 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. |
| Atan | Computes the arc-tangent of a value and divides the result by pi. |
| Bit | Returns the largest value that compares less than a specified value. |
| Bit | Returns the smallest value that compares greater than a specified value. |
| Cbrt | Computes the cube-root of a value. |
| 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. |
| Cos | Computes the cosine of a value that has been multipled by pi. |
| 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 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. |
| Exp10 | Computes 10 raised to a given power. |
| Exp2 | Computes 2 raised to a given power. |
| Expm1 |
Returns e raised to the specified power, minus 1, to the specified accuracy.
Obsolete. |
| Exp | Returns e raised to the specified power, minus 1. |
| Exp | Returns e raised to the specified power, minus 1, to the specified accuracy. |
| Exp | Returns e raised to the specified power, minus 1, 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. |
| Fused | Computes the fused multiply-add of three values. |
| 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 the natural logarithm of 2 to the specified number of digits. |
| Get | Returns the value of the natural logarithm of 2 to the specified number of digits. |
| 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) |
| Hypot | Computes the hypotenuse given two values representing the lengths of the shorter sides in a right-angled triangle. |
| Ieee754Remainder | Computes the remainder of two values as specified by IEEE 754. |
| 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. |
| IsFinite | Returns whether a BigFloat value is finite. |
| 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 | Determines if a value represents a negative real number. |
| IsNegative | Checks if the value of a BigFloat value is negative infinity. |
| IsNormal | Determines if a value is normal. |
| IsPositive | Determines if a value represents zero or a positive real number. |
| IsPositive | Checks if the value of a BigFloat value is positive infinity. |
| IsPow2 | Determines if a value is a power of two. |
| 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. |
| Log10 | Computes the base-10 logarithm of a value. |
| 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. |
| Log2 | Computes the base-2 logarithm of a value. |
| Max | Compares two values to compute which has the greater magnitude. |
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
| Min | Compares two values to compute which has the lesser magnitude. |
| 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( | Parses a span of characters into a value. |
| 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( | Parses a span of characters into a value. |
| 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. |
| Round( | Rounds a value to a specified number of fractional digits using the specified rounding mode. |
| 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. |
| Sin | Computes the sine and cosine of a value that has been multiplied by pi. |
| 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. |
| Sin | Computes the sine of a value that has been multiplied by pi. |
| 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. |
| Tan | Computes the tangent of a value that has been multipled by pi. |
| 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. |
| Truncate | Truncates a BigFloat value to the nearest integer. |
| Try | Tries to format the value of the current instance into the provided span of characters. |
| Try | Attempts to convert a string value to a BigFloat. |
| Try | Tries to parse a span of characters into a value. |
| Try | Attempts to convert a string value to a BigFloat. |
| Try | Tries to parse a string into a value. |
| Try | Tries to parse a span of characters into a value. |
| Try | Tries to parse a string into a value. |
| Try | Attempts to convert a span of characters to a BigFloat. |
| Try | Attempts to convert a string value to a BigFloat. |