gsl_sf_synchrotron_1
Signature: (double x(); double [o]y(); double [o]e())
First synchrotron function: synchrotron_1(x) = x Integral[ K_{5/3}(t), {t, x, Infinity}]
gsl_sf_synchrotron_1 does not process bad values. It will set the bad-value flag of all output ndarrays
if the flag is set for any of the input ndarrays.
gsl_sf_synchrotron_2
Signature: (double x(); double [o]y(); double [o]e())
Second synchroton function: synchrotron_2(x) = x * K_{2/3}(x)
gsl_sf_synchrotron_2 does not process bad values. It will set the bad-value flag of all output ndarrays
if the flag is set for any of the input ndarrays.