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

11 lines
164 B
PHP

<?php
return [
['#VALUE!'], // exception not enough args
['#VALUE!', '"ABC"'],
[0, 0],
[0.761594, 1],
[-0.761594, -1],
[0.970452, 2.1],
];