\PhpOffice\PhpSpreadsheet\Calculation\EngineeringBesselJ

Summary

Methods
Properties
Constants
BESSELJ()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
calculate()
No private properties found
N/A

Methods

BESSELJ()

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

BESSELJ.

Returns the Bessel function

Excel Function: BESSELJ(x,ord)

Parameters

float $x

The value at which to evaluate the function. If x is nonnumeric, BESSELJ 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, BESSELJ returns the #VALUE! error value. If $ord < 0, BESSELJ returns the #NUM! error value.

Returns

float|string —

Result, or a string containing an error

calculate()

calculate(float  $x, int  $ord) : float

Parameters

float $x
int $ord

Returns

float —