ATAN
Last updated
Last updated
Function that returns the arctangent in radians of the number sent as a parameter (ATAN in Transact-SQL).
The arctangent is the inverse function of the tangent, summarized in the next definition:
For : - Range: or - Domain:
expression
: Numeric float expression, or a numeric type which could be converted to float.
Numeric float expression between and .
No issues were found.
No related EWIs.