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