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

26 lines
554 B
PHP

<?php
return [
['#VALUE!', '"ABC"'],
[-1.1917935066879, -10],
[1.0, '-PI() * 2'],
[3.52532008581609, '"-5"'],
[-1.0, '-PI()'],
['#DIV/0!', 'PI() / 2'],
['#DIV/0!', '-PI() / 2'],
[14.13683290296990, -1.5],
[1.00502091840046, -0.1],
[1.0, 0.0],
[1.00502091840046, 0.1],
[14.13683290296990, 1.5],
[-1.0, 'PI()'],
[3.52532008581609, 5],
[1.0, 'PI() * 2'],
[-1.19179350668790, 10],
['exception', ''],
[1, 'Q15'],
[1.850815718, 'true'],
[1, 'false'],
[3.738334127, 'A2'],
];