https://www.gnu.org/software/bc/ The bc command can obtain a numerical value of arbitrary precision.
echo "scale=5000; 4*a(1)" | bc -l -q
Recommended Posts