Table of Contents

ATAN

Returns the arc-tangent of its argument.

Implemented by: bw32, Gambas, minibasicmm

With variations:

Also written as: ATN, Atn

Usage

The arc-tangent is the inverse of the tangent function, i.e., 1 / TAN.

In most (if not all) BASIC implementations the return value is in radians.

Variations

In Gambas, ATan is a synonym for Atn.

Examples

Comments

Similar keywords

In other languages...

References