Dolphin.com.bd

Office Suite Tutorial => Microsoft Office Access => Topic started by: bbasujon on August 15, 2012, 05:32:49 PM

Title: Microsoft Access Function Library: Atn()
Post by: bbasujon on August 15, 2012, 05:32:49 PM
Function: Atn()

Purpose: The Atn() function is used to obtain the arctangent value of a number.

Usage: Atn(number)

Returns: Double containing the angle in radians corresponding to the ratio of two sides of a right triangle specified as number.

Examples and Special Cases

 Atn(1) = 0.785

 Atn(0) = 0