.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 2025-01-31T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos