\PhpOffice\PhpSpreadsheet\Calculation\EngineeringBesselK

Summary

Methods
Properties
Constants
BESSELK()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
besselK0()
besselK1()
besselK2()
No private properties found
N/A

Methods

BESSELK()

BESSELK(float  $x, int  $ord) : float|string

BESSELK.

Returns the modified Bessel function Kn(x), which is equivalent to the Bessel functions evaluated for purely imaginary arguments.

Excel Function: BESSELK(x,ord)

Parameters

float $x

The value at which to evaluate the function. If x is nonnumeric, BESSELK returns the #VALUE! error value.

int $ord

The order of the Bessel function. If n is not an integer, it is truncated. If $ord is nonnumeric, BESSELK returns the #VALUE! error value. If $ord < 0, BESSELK returns the #NUM! error value.

Returns

float|string —

Result, or a string containing an error

besselK0()

besselK0(float  $fNum) : float

Parameters

float $fNum

Returns

float —

besselK1()

besselK1(float  $fNum) : float

Parameters

float $fNum

Returns

float —

besselK2()

besselK2(float  $x, int  $ord) : mixed

Parameters

float $x
int $ord

Returns

mixed —