.GNU_ScientificLibrary.Functions.specfunc.sph_harm_Ylm

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 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos