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

11 lines
166 B
PHP

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