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

69 lines
690 B
PHP
Raw Normal View History

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