Thursday, September 09, 2010 Register
XLeratorDB/engineering Online Documentation
ERF
No Comments Yet
 
Updated: 01 March 2009 

Use wct.ERF function to calculate the error function. The error function is defined by:
 ERF
Syntax
SELECT [wctEngineering].[wct].[ERF] (
   <@z, float,>)
Arguments
@z
is the value at which to evaluate the function. @x is an expression of type float or of a type that can be implicitly converted to float
Return Types
float
Examples

select
wct.ERF(.75)

This produces the following result
----------------------
0.711155633653513
 
(1 row(s) affected)


  Comments

 |  View Topic History  |
Print  
Privacy StatementTerms Of UseCopyright 2010 WestClinTech LLC

BorderBoxedGrayBoxedGreenBlue Small width layoutMedium width layoutMaximum width layoutMaximum textMedium textSmall textBack Top!