Pi
Pi
N[Pi]
Pi to a numeric precision of 20 digits:
N[Pi, 20]
Note that the above is not the same thing as the number of digits after the decimal point. This may differ from similar concepts from other mathematical libraries, including those which Mathics uses!
Use numpy to compute Pi to 20 digits:
N[Pi, 20, Method->"numpy"]
“sympy” is the default method.
Attributes[Pi]