Description Usage Arguments Value Examples
View source: R/Untitled.R View source: R/Support_functions.R
calculates log(K(x, nu)) where K is the modified Bessel function of the Second kind.
calculates log(K(x, nu)) where K is the modified Bessel function of the Second kind.
1 2 3 | log_Bessel_K(x, nu)
log_Bessel_K(x, nu)
|
x |
A complex number. |
nu |
degree of the Bessel function |
The log(K(x
,nu
))
The log(K(x
,nu
))
1 2 3 4 5 6 | log_Bessel_K(10,.5)
log_Bessel_K(10+3*1i,0)
log_Bessel_K(10000,0)
log_Bessel_K(10,.5)
log_Bessel_K(10+3*1i,0)
log_Bessel_K(10000,0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.