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

12 lines
182 B
PHP

<?php
return [
['#VALUE!'], // exception not enough args
['#VALUE!', '"ABC"'],
['#NUM!', 0],
['#NUM!', -1],
[-2.302585, 0.1],
[0, 1],
[2.302585, 10],
];