Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/bessk.dc2
Дата изменения: Mon Aug 24 15:21:09 1998
Дата индексирования: Fri Jan 16 00:09:11 2009
Кодировка:

Поисковые слова: солнцестояние

Function: bessk

Purpose: Evaluate Modified Bessel function Kv(x) of integer order.

Category: MATH

File: bessel.c

Author: M.G.R. Vogelaar

Use: #include "bessel.h"
double result;
result = bessk( int n,
double x )


bessk Return the Modified Bessel function Kv(x) of
integer order for input value x.
n Integer order of Bessel function.
x Double at which the function is evaluated.


Description: bessk evaluates at x the Modified Bessel function Kv(x) of
integer order n.
This routine is NOT callable in FORTRAN.

Updates: Jun 29, 1998: VOG, Document created.