Accuracy

Accuracy (WMA Accuracy)


Accuracy[x]

examines the number of significant digits of expr after the decimal point in the number x.

Notice that the result could be slightly different from the result obtained in WMA, due to differences in the internal representation of the real numbers.

Accuracy of a real number is estimated from its value and its precision:

Notice that the value is not exactly equal to the obtained in WMA: This is due to the different way in which Precision is handled in SymPy.

Accuracy for exact atoms is Infinity:

For Complex numbers, the accuracy is estimated as (minus) the base-10 log
of the square root of the squares of the errors on the real and complex parts:

Accuracy of expressions is given by the minimum accuracy of its elements:

Accuracy for the value 0 is a fixed-precision Real number:

For 0.`, the accuracy satisfies:

In compound expressions, the Accuracy is fixed by the number with
the lowest Accuracy:

See also Precision.

IntegerExponent