| Contents |
#include <codecogs/maths/special/bessel/kelvin.h>
using namespace Maths::Special::Bessel;
| double | f1 (double x) | |
| Real | cc_f1 (Real x) This function is available as a Microsoft Excel add-in. | |
| double | f2 (double x) | |
| Real | cc_f2 (Real x) This function is available as a Microsoft Excel add-in. | |
| double | g1 (double x) | |
| Real | cc_g1 (Real x) This function is available as a Microsoft Excel add-in. | |
| double | g2 (double x) | |
| Real | cc_g2 (Real x) This function is available as a Microsoft Excel add-in. | |
| double | M (double x) | |
| Real | cc_M (Real x) This function is available as a Microsoft Excel add-in. | |
| double | theta (double x) | |
| Real | cc_theta (Real x) This function is available as a Microsoft Excel add-in. | |
| double | N (double x) | |
| Real | cc_N (Real x) This function is available as a Microsoft Excel add-in. | |
| double | phi (double x) | |
| Real | cc_phi (Real x) This function is available as a Microsoft Excel add-in. | |
| double | Bei (double x) Evaluates the Bei function. | |
| Real | cc_Bei (Real x) This function is available as a Microsoft Excel add-in. | |
| double | Ber (double x) Evaluates the Ber function. | |
| Real | cc_Ber (Real x) This function is available as a Microsoft Excel add-in. | |
| double | Kei (double x) Evaluates the Kei function. | |
| Real | cc_Kei (Real x) This function is available as a Microsoft Excel add-in. | |
| double | Ker (double x) Evaluates the Ker function. | |
| Real | cc_Ker (Real x) This function is available as a Microsoft Excel add-in. | |
| double | dBei (double x) Evaluates the derivative of the Bei function. | |
| Real | cc_dBei (Real x) This function is available as a Microsoft Excel add-in. | |
| double | dBer (double x) Evaluates the derivative of the Ber function. | |
| Real | cc_dBer (Real x) This function is available as a Microsoft Excel add-in. | |
| double | dKei (double x) Evaluates the derivative of the Kei function. | |
| Real | cc_dKei (Real x) This function is available as a Microsoft Excel add-in. | |
| double | dKer (double x) Evaluates the derivative of the Ker function. | |
| Real | cc_dKer (Real x) This function is available as a Microsoft Excel add-in. |
| doubleBei( | double | x | ) |
| x | The value at which the function is to be evaluated. |
| doubleBer( | double | x | ) |
| x | The value at which the function is to be evaluated. |
| doubleKei( | double | x | ) |
| x | The value at which the function is to be evaluated. |
| doubleKer( | double | x | ) |
| x | The value at which the function is to be evaluated. |
| doubledBei( | double | x | ) |
| x | The value at which the derivative is to be evaluated. |
| doubledBer( | double | x | ) |
| x | The value at which the derivative is to be evaluated. |
| doubledKei( | double | x | ) |
| x | The value at which the derivative is to be evaluated. |
| doubledKer( | double | x | ) |
| x | The value at which the derivative is to be evaluated. |