diff options
author | Gavin Howard <yzena.tech@gmail.com> | 2018-08-08 00:15:50 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-08-08 19:56:35 -0500 |
commit | 151e3f782333acbe349fdaac3ec843e42e95be3f (patch) | |
tree | 25e49c3292fafde0613fbcf601f8ab03da082e62 /tests/files/bc/basic.txt | |
parent | 49d02c41fe60684e1f43cab38e4c1d80a607a921 (diff) | |
download | toybox-151e3f782333acbe349fdaac3ec843e42e95be3f.tar.gz |
Add bc (and its tests) to pending
Diffstat (limited to 'tests/files/bc/basic.txt')
-rw-r--r-- | tests/files/bc/basic.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/files/bc/basic.txt b/tests/files/bc/basic.txt new file mode 100644 index 00000000..f3d957a2 --- /dev/null +++ b/tests/files/bc/basic.txt @@ -0,0 +1,7 @@ +scale=10;123981239.981273987 * 12983791827398.29836472638 +scale=100;759634576394.3946587934658364895 / 9834759834895386.36459364958346 +34895734986539489834759837489573498573.398475984759837485734987598345 + 9823749832749872384234872934.28347982374987239847982374 +a=123123123.987239874; b=123123123.239479823748; a+b +20347023.23498723984 - 28934723874.234720384 +scale=100;a=739534985.895347284957;b=238746782364.2374623784; c = a / b; c+0 + |