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

27 lines
493 B
PHP

<?php
return [
[3, '2.5, 1'],
[-2, '-2.5, -2'],
[-2, '-2.5, 2'],
[4, '2.5, -2'],
[0.0, '0.0, 1'],
[0.0, '123.456, 0'],
[1.5, '1.5, 0.1'],
[0.24, '0.234, 0.01'],
[124, '123.456, 1'],
['#VALUE!', '"ABC"'],
[18, '17, 3'],
[20, '19, 4'],
['exception', ''],
['#VALUE!', '25, "ABC"'],
[0, ',1'],
[0, 'false,1'],
[1, 'true,1'],
['#VALUE!', '"", 1'],
[2, 'A2, 1'],
[3, 'A3, 1'],
[-3, 'A4, 1'],
[-5, 'A5, 1'],
];