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

25 lines
612 B
PHP

<?php
return [
['#VALUE!', '"ABC"'],
[-1.00000000412231, -10],
[-1.00000697470904, '-PI() * 2'],
[-1.00009080398202, '"-5"'],
[-1.00374187319732, '-PI()'],
[-1.09033141072737, '-PI() / 2'],
[-10.03331113225400, -0.1],
['#DIV/0!', 0.0],
[10.03331113225400, 0.1],
[1.09033141072737, 'PI() / 2'],
[1.00374187319732, 'PI()'],
[1.00009080398202, 5],
[1.00000697470904, 'PI() * 2'],
[1.00000000412231, 10],
['exception', ''],
['#DIV/0!', 'Q15'],
['#DIV/0!', 'null'],
['#DIV/0!', 'false'],
[1.313035285, 'true'],
[-1.000060867, 'A5'],
];