PhpSpreadsheet/tests/data/Calculation/MathTrig/ACOS.php

11 lines
162 B
PHP

<?php
return [
['#VALUE!'], // exception - not enough args
['#VALUE!', '"ABC"'],
[1.570796, 0],
[3.141593, -1],
[0, 1],
['#NUM!', 2],
];