PhpSpreadsheet/tests/data/Calculation/MathTrig/EVEN.php

73 lines
723 B
PHP
Raw Normal View History

<?php
return [
[
null,
0,
],
[
5.4000000000000004,
6,
],
[
-5.4000000000000004,
-6,
],
[
1.5,
2,
],
[
0.10000000000000001,
2,
],
[
3,
4,
],
[
2,
2,
],
[
-2,
-2,
],
[
-1,
-2,
],
[
'ABC',
'#VALUE!',
],
[
true,
2,
],
[
false,
0,
],
[
0,
0,
],
[
210.61000000000001,
212,
],
[
2.98,
4,
],
[
-2.98,
-4,
],
[
6,
6,
],
];