\PhpOffice\PhpSpreadsheet\Calculation\EngineeringBesselY

Summary

Methods
Properties
Constants
BESSELY()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
besselY0()
besselY1()
besselY2()
No private properties found
N/A

Methods

BESSELY()

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

BESSELY.

Returns the Bessel function, which is also called the Weber function or the Neumann function.

Excel Function: BESSELY(x,ord)

Parameters

float $x

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

Returns

float|string —

Result, or a string containing an error

besselY0()

besselY0(float  $fNum) : float

Parameters

float $fNum

Returns

float —

besselY1()

besselY1(float  $fNum) : float

Parameters

float $fNum

Returns

float —

besselY2()

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

Parameters

float $x
int $ord

Returns

mixed —