Hi
The pgi-fortran-compiler provides access to the LIBLM, which include as function "CBRT".
CBRT is the cubic root y = x**(1./3.) which turns out to be much faster than the fortran-term x**(1./3.).
Can I use CBRT in Intel-Fortran to?
Greetings, Benedikt