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

13 lines
238 B
PHP

<?php
return [
['#VALUE!'], // exception - not enough args
['#VALUE!', '"ABC"'],
[0, 0],
[0.785398, 1],
[1.107149, 2],
[-0.785398, -1],
[1.570795, 1000000],
// ['#NUM!', 2], Believe NAN is not possible
];