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

35 lines
356 B
PHP
Raw Permalink Normal View History

<?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,
],
];