Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Gugh
  • Content: Threads
  • Order by date
  1. Gugh

    Complex power with float exponent resulting in NaN

    GNU Fortran, MinGW 4.8.1 IDE: Code Blocks 13.12 File ext: .f90 program hello implicit none COMPLEX rk rk=2*0 rk = rk **4 ! Ok rk = rk **4. ! NaN end program How to make powers of complex with float exponent without resulting in NaN? Compiled with...

Part and Inventory Search

Back
Top