LN.php 182 B

1234567891011
  1. <?php
  2. return [
  3. ['exception'], // exception not enough args
  4. ['#VALUE!', 'ABC'],
  5. ['#NUM!', 0],
  6. ['#NUM!', -1],
  7. [-2.302585, 0.1],
  8. [0, 1],
  9. [2.302585, 10],
  10. ];