Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
f1e5d6968976c2341c6d554bfcc8895f1b33c26b
/
.
/
meta
/
lib
/
oeqa
/
runtime
/
files
/
test.pl
blob: 689c8f16355004bee8a3f35ede369a8132ba0e79 [
file
] [
log
] [
blame
]
Patrick Williams
c124f4f
2015-09-15 14:41:29 -0500
[
diff
] [
blame
]
1
$a
=
9.01e+21
-
9.01e+21
+
0.01
;
2
print
(
"the value of a is "
,
$a
,
"\n"
);