sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Calculation/MathTrig/SQRTPI.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00

65 lines
757 B
PHP

<?php
return [
[
'#VALUE!',
'ABC',
],
[
'#NUM!',
-1.5,
],
[
'#NUM!',
-1,
],
[
'#NUM!',
-0.5,
],
[
0.0,
0,
],
[
1.2533141373154999,
0.5,
],
[
1.7724538509055201,
1,
],
[
2.1708037636748001,
1.5,
],
[
2.5066282746309998,
2,
],
[
2.80249560819896,
2.5,
],
[
3.0699801238394699,
3,
],
[
3.31595752197827,
3.5,
],
[
3.54490770181103,
4,
],
[
3.7599424119465001,
4.5,
],
[
3.9633272976060101,
5,
],
];