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

25 lines
316 B
PHP

<?php
return [
[
3.7795275590999999,
0.10000000000000001,
],
[
7.5590551181999999,
0.20000000000000001,
],
[
18.8976377955,
0.5,
],
[
37.795275590999999,
1.0,
],
[
75.590551181999999,
2.0,
],
];