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

30 lines
454 B
PHP

<?php
return [
['exception', ''],
[5, '5.4'],
[-6, '-5.4'],
[-4, '-3.2'],
[1, '"1.5"'],
[0, '0.1'],
[-1, '-0.1'],
[3, '3'],
[2, '2'],
[-3, '-2.01'],
[-2, '-2'],
[-1, '-1'],
['#VALUE!', '"ABC"'],
['#VALUE!', '""'],
[1, 'true'],
[0, 'false'],
[0, '0'],
[-4, '"-3.5"'],
[8, '8.9'],
[-9, '-8.9'],
[1, 'A2'],
[2, 'A3'],
[-4, 'A4'],
[-6, 'A5'],
[0, 'B1'],
];