mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-25 04:58:20 +00:00
10 lines
166 B
PHP
10 lines
166 B
PHP
<?php
|
|
|
|
// Result, lower bound, upper bound
|
|
return [
|
|
[0.0, 0],
|
|
[0.0112834155558496, 0.01],
|
|
[-0.8427007929497148, -1.0],
|
|
[0.9661051464753108, 1.5],
|
|
];
|