Thursday, September 09, 2010 Register
XLeratorDB/math Online Documentation
ASINH
No Comments Yet
wct.ASINH
 
Updated: 30 September 2008
Use wct.ASINH to calculate the inverse hyperbolic sine of a number.
Syntax
SELECT [westclintech].[wct].[ASINH] (
   <@Number, float,>)
Arguments
@Number
is any real number. @Number is an expression of type float or of a type that can be implicitly converted to float
Return Types
float
Remarks
·         ASINH = Log(@Number + (@Number * @Number + 1) ^ (1 / 2))
Example
 
SELECT wct.ASINH(PI())
Here is the result set
----------------------
1.86229574331085
 
 

(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!