PhpSpreadsheet/tests/data/Calculation/Engineering/DELTA.php

130 lines
1.3 KiB
PHP
Raw Normal View History

<?php
return [
[
-1.5,
-1.5,
1,
],
[
-0.75,
-1.5,
0,
],
[
0,
-1.5,
0,
],
[
0.75,
-1.5,
0,
],
[
1.5,
-1.5,
0,
],
[
-1.5,
-0.75,
0,
],
[
-0.75,
-0.75,
1,
],
[
0,
-0.75,
0,
],
[
0.75,
-0.75,
0,
],
[
1.5,
-0.75,
0,
],
[
-1.5,
0,
0,
],
[
-0.75,
0,
0,
],
[
0,
0,
1,
],
[
0.75,
0,
0,
],
[
1.5,
0,
0,
],
[
-1.5,
0.75,
0,
],
[
-0.75,
0.75,
0,
],
[
0,
0.75,
0,
],
[
0.75,
0.75,
1,
],
[
1.5,
0.75,
0,
],
[
-1.5,
1.5,
0,
],
[
-0.75,
1.5,
0,
],
[
0,
1.5,
0,
],
[
0.75,
1.5,
0,
],
[
1.5,
1.5,
1,
],
];