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

43 lines
534 B
PHP

<?php
return [
[
2,
5,
2,
],
[
1,
4.5,
3.1000000000000001,
],
[
-3,
-10,
3,
],
[
4,
10,
2.2000000000000002,
],
[
2,
5.5,
2.6669999999999998,
],
[
-3,
-7,
2,
],
['#VALUE!', 'X', 5],
['#VALUE!', 5, 'X'],
['#DIV/0!', 5, 0],
['#DIV/0!', 5, null],
['#DIV/0!', 0, 0],
[0, 0, 5],
['exception'],
['exception', 1],
];