codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/AZbcjiGw
[
raw code
|
output
|
fork
]
PHP
,
pasted on Apr 18:
1
2
3
<?php
echo
((
0.2
+
0.1
)
===
0.3
)
?
"Yes"
:
"No"
;
Output:
1
No
Create a new paste based on this one
Comments: