Files
PhpSpreadsheet/tests/data/Calculation/Engineering/ERFPRECISE.php
T
2023-03-14 06:53:45 +01:00

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],
];