Login     Register

        Contact Us     Search

XLeratorDB/engineering Online Documentation

SQL Server ERFC function


 
Updated: 27 August 2010

Use ERFC function to calculate the complementary error function. The complementary error function is defined by:
 ERFC
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)


Copyright 2008-2024 Westclintech LLC         Privacy Policy        Terms of Service