📄 pentium.ado
字号:
*! version 1.0.2 13jun2000
program define pentium
version 4.0
tempname x
scalar x = 824633702449
if (1/x)*x-1 == 0 {
di in gr /*
*/ "This computer does not have the Pentium's FDIV bug"
}
else {
di in gr /*
*/ "This computer has the Pentium's FDIV bug."
}
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -