ATN2 (SQL Server Compact Edition)

Returns the angle, in radians, whose tangent is the quotient of two given float expressions. Also referred to as arctangent.

Syntax

ATN2 ( float_expression, float_expression ) 

Arguments

  • float_expression
    An expression of the type float, or of types that can be implicitly converted to float.

Return Value

float