XLeratorDB/engineering Online Documentation
Updated: 27 August 2010
Use ERFC function to calculate the complementary error function. The complementary error function is defined by:
Syntax
SELECT [wctEngineering].[wct].[ERFC] (
<@z, float,>)
Arguments
@z
is the value at which to evaluate the function. @z is an expression of type float or of a type that can be implicitly converted to float.
Return Types
float
Examples
select wct.ERFC(.75)
This produces the following result
----------------------
0.288844366346487
(1 row(s) affected)