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

8 lines
111 B
PHP

<?php
return [
['#VALUE!'], // exception not enough args
['#VALUE!', '"ABC"'],
[45, M_PI / 4],
];