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

57 lines
556 B
PHP
Raw Normal View History

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