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

45 lines
515 B
PHP

<?php
return [
[
'#VALUE!',
'ABC',
],
[
1.83816396088967,
-10,
],
[
1.04283521277141,
-5,
],
[
-1.0,
-M_PI / 2,
],
[
-10.01668613163480,
-0.1,
],
[
'#DIV/0!',
0.0,
],
[
10.01668613163480,
0.1,
],
[
1.0,
M_PI / 2,
],
[
-1.04283521277141,
5,
],
[
-1.83816396088967,
10,
],
];