aboutsummaryrefslogtreecommitdiff
path: root/challenge-006/paulo-custodio/bc/ch-2.bc
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-006/paulo-custodio/bc/ch-2.bc')
-rw-r--r--challenge-006/paulo-custodio/bc/ch-2.bc8
1 files changed, 8 insertions, 0 deletions
diff --git a/challenge-006/paulo-custodio/bc/ch-2.bc b/challenge-006/paulo-custodio/bc/ch-2.bc
new file mode 100644
index 0000000000..631718706d
--- /dev/null
+++ b/challenge-006/paulo-custodio/bc/ch-2.bc
@@ -0,0 +1,8 @@
+#!/usr/bin/bc -ql
+scale=100
+pi=4*a(1)
+ex=pi*sqrt(163)
+rk=e(ex)
+scale=12
+rk/1
+quit \ No newline at end of file