24 lines
556 B
PHP
24 lines
556 B
PHP
<?php
|
|
|
|
return [
|
|
['#VALUE!', '"ABC"'],
|
|
[0.00009079985934, -10],
|
|
[0.00373487243864, '-PI() * 2'],
|
|
[0.01347528222130, '"-5"'],
|
|
[0.08626673833405, '-PI()'],
|
|
[0.39853681533839, '-PI() / 2'],
|
|
[0.99502074895323, -0.1],
|
|
[1.0, 0.0],
|
|
[0.99502074895323, 0.1],
|
|
[0.39853681533839, 'PI() / 2'],
|
|
[0.08626673833405, 'PI()'],
|
|
[0.01347528222130, 5],
|
|
[0.00373487243864, 'PI() * 2'],
|
|
[0.00009079985934, 10],
|
|
['exception', ''],
|
|
[1, 'Q15'],
|
|
[0.648054274, 'true'],
|
|
[1, 'false'],
|
|
[0.507378751, 'A2'],
|
|
];
|