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

81 lines
866 B
PHP

<?php
return [
[
0,
null,
],
[
5,
5.4000000000000004,
],
[
-6,
-5.4000000000000004,
],
[
-4,
-3.2000000000000002,
],
[
1,
1.5,
],
[
0,
0.10000000000000001,
],
[
-1,
-0.10000000000000001,
],
[
3,
3,
],
[
2,
2,
],
[
-3,
-2.0099999999999998,
],
[
-2,
-2,
],
[
-1,
-1,
],
[
'#VALUE!',
'ABC',
],
[
1,
true,
],
[
0,
false,
],
[
0,
0,
],
[
-4,
'-3.5',
],
[
8,
8.9000000000000004,
],
[
-9,
-8.9000000000000004,
],
];