sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Calculation/MathTrig/ROUNDUP.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00

75 lines
973 B
PHP

<?php
return [
[
663,
662.78999999999996,
0,
],
[
662.79999999999995,
662.78999999999996,
1,
],
[
60,
54.100000000000001,
-1,
],
[
60,
55.100000000000001,
-1,
],
[
-23.699999999999999,
-23.620000000000001,
1,
],
[
4,
3.2000000000000002,
0,
],
[
4,
3.2000000000000002,
0.01,
],
[
77,
76.900000000000006,
0,
],
[
3.1419999999999999,
3.1415899999999999,
3,
],
[
-3.2000000000000002,
-3.1415899999999999,
1,
],
[
31500,
31415.92654,
-2,
],
[
31420,
31415.92654,
-1,
],
[
'#VALUE!',
'ABC',
1,
],
[
'#VALUE!',
1.234,
'ABC',
],
];