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