\PhpOffice\PhpSpreadsheet\Calculation\EngineeringErfC

Summary

Methods
Properties
Constants
ERFC()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
erfcValue()
$oneSqrtPi
N/A

Properties

$oneSqrtPi

$oneSqrtPi

Methods

ERFC()

ERFC(float  $value) : float|string

ERFC.

Returns the complementary ERF function integrated between x and infinity

Note: In Excel 2007 or earlier, if you input a negative value for the lower bound argument, the function would return a #NUM! error. However, in Excel 2010, the function algorithm was improved, so that it can now calculate the function for both positive and negative x values. PhpSpreadsheet follows Excel 2010 behaviour, and accepts nagative arguments.

Excel Function: ERFC(x)

Parameters

float $value

The lower bound for integrating ERFC

Returns

float|string —

erfcValue()

erfcValue(mixed  $value) : mixed

Parameters

mixed $value

Returns

mixed —