logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

voigt_hwhm - Half width at half maximum of Voigt's function

Authors

       Joachim Wuttke <j.wuttke@fz-juelich.de>, Forschungszentrum Juelich,
         based on the w_of_z implementation by Steven G. Johnson, http://math.mit.edu/~stevenj, Massachusetts
       Institute of Technology.

       Please report bugs to the authors.

Copying

       Copyright (c) 2018 Forschungszentrum Juelich GmbH

       Software: MIT License.

       This documentation: Creative Commons Attribution Share Alike.

perl v5.38.2                                       2024-04-22                                      voigt_hwhm(3)

Description

       The function voigt_hwhm returns the half width at half maximum of the function voigt.

       The function voigt returns Voigt's convolution

         voigt(x,sigma,gamma) = integral G(t,sigma) L(x-t,gamma) dt

       of a Gaussian

         G(x,sigma) = 1/sqrt(2*pi)/|sigma| * exp(-x^2/2/sigma^2)

       and a Lorentzian

         L(x,gamma) = |gamma| / pi / ( x^2 + gamma^2 ),

       with the integral extending from -infinity to +infinity.

Name

       voigt_hwhm - Half width at half maximum of Voigt's function

See Also

Synopsis

#include<cerf.h>

       doublevoigt_hwhm(doublesigma,doublegamma);

See Also