003 File Manager
Current Path:
/usr/src/contrib/bc/tests/bc/scripts
usr
/
src
/
contrib
/
bc
/
tests
/
bc
/
scripts
/
📁
..
📄
add.bc
(228 B)
📄
all.txt
(149 B)
📄
array.bc
(554 B)
📄
array.txt
(1.33 KB)
📄
atan.bc
(134 B)
📄
atan.txt
(2.34 KB)
📄
bessel.bc
(700 B)
📄
divide.bc
(298 B)
📄
functions.bc
(42 B)
📄
functions.txt
(26 B)
📄
globals.bc
(176 B)
📄
globals.txt
(18 B)
📄
len.bc
(623 B)
📄
len.txt
(6 B)
📄
multiply.bc
(285 B)
📄
parse.bc
(314 B)
📄
print.bc
(397 B)
📄
rand.bc
(852 B)
📄
rand.txt
(462 B)
📄
references.bc
(4.73 KB)
📄
references.txt
(3.33 KB)
📄
screen.bc
(247 B)
📄
screen.txt
(4 B)
📄
subtract.bc
(228 B)
Editing: print.bc
#! /usr/bin/bc -q for (b = 2; b <= 100; ++b) { if (b == 10) continue s = b * b print "obase = ", b, "\n" print "\qobase = \q\n" b for (i = 0; i <= s; ++i) { i print "0.", i, "\n" print ".", i, "\n" print "1.", i, "\n" print i, ".", "\n" print i, ".", i, "\n" } 2189432174861923048671023498128347619023487610234689172304.192748960128745108927461089237469018723460 } halt
Upload File
Create Folder