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 strongm 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
  • Order by date
  1. Gugh

    Complex power with float exponent resulting in NaN

    This code is run on code blocks, as a fortran application project. Although I intend to use it as a dll to a C# program, currently they are completely unrelated. Also, the code runs fine, the error shows on PRINT only. Try this, and check the output: program hello implicit none COMPLEX rk...
  2. 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