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

12 lines
198 B
PHP

<?php
return [
['exception'], // exception not enough args
['#VALUE!', 'ABC'],
[2.7182818284590, 1],
[2.7182818284590, true],
[1, false],
[1, null],
['#VALUE!', ''],
];