generic-poky/meta/lib/oeqa/runtime/files/test.pl

3 lines
73 B
Perl

$a = 9.01e+21 - 9.01e+21 + 0.01;
print ("the value of a is ", $a, "\n");