.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-12-11T19:25:49Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos