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

25 lines
343 B
PHP

<?php
return [
[0, 'null'],
[6, 5.4],
[-6, -5.4],
[2, 1.5],
[2, 0.1],
[4, '"3"'],
[2, 2],
[-2, -2],
[-2, -1],
['#VALUE!', '"ABC"'],
[2, 'true'],
[0, 'false'],
[0, 0],
[212, 210.6],
[4, 2.98],
[-4, -2.98],
[6, 6],
['exception', ''],
['4', 'A2'],
['0', 'Q15'],
];