WLJS LogoWLJS Notebook

Accuracy

Accuracy[x] gives the effective number of digits to the right of the decimal point in the number x.

Examples

Accuracy[3.14159265358979]
(* 14.5086 *)
Accuracy[N[Pi, 50]]
(* 49.5086 *)

Please visit the official Wolfram Language Reference for more details.

On this page