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