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

13 lines
210 B
PHP

<?php
return [
['#VALUE!'], // exception not enough args
['#VALUE!', '"ABC"'],
[1, 0],
[0, M_PI / 2],
[0.540302, 1.0],
[0.540302, -1.0],
[-0.416147, 2.0],
[-0.416147, -2.0],
];