Syntax :
Atn ( dblExpression )
dblExpression : Numeric expression for which you want to return the arctangent
Atn ( dblExpression )
dblExpression : Numeric expression for which you want to return the arctangent
Dim dblAngle as Double, dblRatio as Double
dblAngle = Atn ( dblRatio )
Atn is a Trigonometric Function. The arctangent is the inverse of tangent. The arctangent of a number gives the size of the angle for which the number is the tangent.
dblAngle = Atn ( dblRatio )
Atn is a Trigonometric Function. The arctangent is the inverse of tangent. The arctangent of a number gives the size of the angle for which the number is the tangent.
No comments:
Post a Comment