swh:1:snp:5e11768f61bcb1191e6cfb268a5997ff31b1baee
Raw File
Tip revision: d57ac843e4bb93cf7b5020287db6f854e6603a9a authored by Roger Koenker on 22 January 2021, 04:40:07 UTC
version 5.83
Tip revision: d57ac84
grexp.f
C Output from Public domain Ratfor, version 1.05
      subroutine grexp(n, x, a)
      integer i,n
      double precision x(n),a
      call fseedi()
      do23000 i = 1,n
      call frexp(x(i), a)
23000 continue
23001 continue
      call fseedo()
      return
      end
back to top