📄 subnormal_1.f90
字号:
! { dg-do run }! { dg-options "-Wno-underflow" }! Check that the chopping of bits of subnormal numbers works.!program chop real x x = 1. if (tiny(x)/2. /= tiny(x)/2. - (nearest(tiny(x),1.) - tiny(x))/2.) then call abort end ifend program chop
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -