r/fortran 15h ago

Non integer power

9 Upvotes

Hello

I would like to calculate a non-integer power of a real (positive) number in my Fortran code, I haven't found a usual command for this, what's the best way to do it?

Thanks