.GNU_ScientificLibrary.Functions.specfunc.sph_harm_Ylm

Normalized Spherical Harmonic of order l,m

Information

This routine computes the normalized spherical harmonic, Ylm(x), where x=cos(theta) and to complete the function a factor of (-1)m ei*m*phi is needed.

Interface

function sph_harm_Ylm
  extends Modelica.Icons.Function;
  input Integer l, m;
  input Real x;
  output Real y;
end sph_harm_Ylm;

Generated at 2025-04-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos