RealSphericalHarmonic Function

public function RealSphericalHarmonic(l, m, theta, phi)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: l
integer, intent(in) :: m
double precision, intent(in) :: theta
double precision, intent(in) :: phi

Return Value complex(kind=dp)