Login     Register

        Contact Us     Search

XLeratorDB/engineering Online Documentation

SQL Server ERF function


 
Updated: 27 August 2010
Use 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. @z 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)


Copyright 2008-2024 Westclintech LLC         Privacy Policy        Terms of Service