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

13 lines
200 B
PHP

<?php
return [
['exception'], // exception not enough args
['#VALUE!', 'ABC'],
[45, M_PI / 4],
[0, 0],
[0, null],
[0, false],
['#VALUE!', ''],
[57.29577951, true],
];