Compare commits
No commits in common. "8df479e7a1b75771168df9672d5c6d142e7dcbd3" and "58ecb4369e84e0d6bcd8501cf41d5b4de2c44d9e" have entirely different histories.
8df479e7a1
...
58ecb4369e
@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
echo "=== Enter Pi precision to calculate (leave blank for default to 5000): "
|
|
||||||
read -p ">>> " precision
|
|
||||||
if [ ! $precision ]; then
|
|
||||||
precision=5000
|
|
||||||
fi
|
|
||||||
|
|
||||||
time echo "scale=$precision; 4*a(1)" | bc -l -q
|
|
Loading…
Reference in New Issue
Block a user