sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Calculation/MathTrig/LCM.php

69 lines
690 B
PHP
Raw Normal View History

<?php
return [
[
10,
5,
2,
],
[
72,
24,
36,
],
[
84,
3,
7,
12,
],
[
72,
24.899999999999999,
36.899999999999999,
],
[
726,
6,
22,
121,
],
[
'#VALUE!',
6,
'ABC',
],
[
'#NUM!',
24,
-12,
],
[
0,
3,
0,
],
[
5,
1,
5,
],
[
150,
15,
10,
25,
],
[
24,
1,
8,
12,
],
[
14,
7,
2,
],
];