Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | x | |||
real(kind=rp), | intent(in) | :: | p |
FUNCTION log10fRE(x,p)
REAL(rp), INTENT(IN) :: x ! x = cos(pitch)
REAL(rp), INTENT(IN) :: p ! momentum
REAL(rp) :: log10fRE
log10fRE = LOG(fRE(x,p))
END FUNCTION log10fRE