PhpSpreadsheet/tests/data/Shared/CentimeterSizeToPixels.php

25 lines
316 B
PHP
Raw Normal View History

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