fortran95

    2

    1答えて

    実際の値についてイプシロン()を返すコードの小さなスニペット:私は if (1.0+eps==1.0) then であれば条件を置き換える今 program epstest real :: eps=1.0, d do d=1.0+eps if (d==1.0) then eps=eps*2 exit else eps=eps/2