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

35 lines
356 B
PHP

<?php
return [
[
5,
2,
2,
],
[
4.5,
3.1000000000000001,
1,
],
[
-10,
3,
-3,
],
[
10,
2.2000000000000002,
4,
],
[
5.5,
2.6669999999999998,
2,
],
[
-7,
2,
-3,
],
];