diff options
author | Gavin Howard <yzena.tech@gmail.com> | 2019-01-23 13:17:08 -0700 |
---|---|---|
committer | Gavin Howard <yzena.tech@gmail.com> | 2019-01-23 13:17:08 -0700 |
commit | d8c78505f312649ff69b7498653b6ffa35a69a0a (patch) | |
tree | 88271efb0ad963864fa42c9b27ad80c2b92b6a8f /tests | |
parent | 380feb0403ee74cdb6190a1d774b71ab3aefabd8 (diff) | |
download | platform_external_bc-d8c78505f312649ff69b7498653b6ffa35a69a0a.tar.gz platform_external_bc-d8c78505f312649ff69b7498653b6ffa35a69a0a.tar.bz2 platform_external_bc-d8c78505f312649ff69b7498653b6ffa35a69a0a.zip |
Add test results for 2 dc scripts
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dc/scripts/array.txt | 200 | ||||
-rw-r--r-- | tests/dc/scripts/factorial.txt | 50 |
2 files changed, 250 insertions, 0 deletions
diff --git a/tests/dc/scripts/array.txt b/tests/dc/scripts/array.txt new file mode 100644 index 00000000..7ba67f05 --- /dev/null +++ b/tests/dc/scripts/array.txt @@ -0,0 +1,200 @@ +99 +98 +97 +96 +95 +94 +93 +92 +91 +90 +89 +88 +87 +86 +85 +84 +83 +82 +81 +80 +79 +78 +77 +76 +75 +74 +73 +72 +71 +70 +69 +68 +67 +66 +65 +64 +63 +62 +61 +60 +59 +58 +57 +56 +55 +54 +53 +52 +51 +50 +49 +48 +47 +46 +45 +44 +43 +42 +41 +40 +39 +38 +37 +36 +35 +34 +33 +32 +31 +30 +29 +28 +27 +26 +25 +24 +23 +22 +21 +20 +19 +18 +17 +16 +15 +14 +13 +12 +11 +10 +9 +8 +7 +6 +5 +4 +3 +2 +1 +0 +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +68 +69 +70 +71 +72 +73 +74 +75 +76 +77 +78 +79 +80 +81 +82 +83 +84 +85 +86 +87 +88 +89 +90 +91 +92 +93 +94 +95 +96 +97 +98 +99 diff --git a/tests/dc/scripts/factorial.txt b/tests/dc/scripts/factorial.txt new file mode 100644 index 00000000..0bd3a30f --- /dev/null +++ b/tests/dc/scripts/factorial.txt @@ -0,0 +1,50 @@ +1 +2 +6 +24 +120 +720 +5040 +40320 +362880 +3628800 +39916800 +479001600 +6227020800 +87178291200 +1307674368000 +20922789888000 +355687428096000 +6402373705728000 +121645100408832000 +2432902008176640000 +51090942171709440000 +1124000727777607680000 +25852016738884976640000 +620448401733239439360000 +15511210043330985984000000 +403291461126605635584000000 +10888869450418352160768000000 +304888344611713860501504000000 +8841761993739701954543616000000 +265252859812191058636308480000000 +8222838654177922817725562880000000 +263130836933693530167218012160000000 +8683317618811886495518194401280000000 +295232799039604140847618609643520000000 +10333147966386144929666651337523200000000 +371993326789901217467999448150835200000000 +13763753091226345046315979581580902400000000 +523022617466601111760007224100074291200000000 +20397882081197443358640281739902897356800000000 +815915283247897734345611269596115894272000000000 +33452526613163807108170062053440751665152000000000 +1405006117752879898543142606244511569936384000000000 +60415263063373835637355132068513997507264512000000000 +2658271574788448768043625811014615890319638528000000000 +119622220865480194561963161495657715064383733760000000000 +5502622159812088949850305428800254892961651752960000000000 +258623241511168180642964355153611979969197632389120000000000 +12413915592536072670862289047373375038521486354677760000000000 +608281864034267560872252163321295376887552831379210240000000000 +30414093201713378043612608166064768844377641568960512000000000000 |