atan() Function

Returns the arctangent(s) of the specified number(s) in radians.

Syntax

atan( number, … )

number: (Decimal) A number or array of numbers, the arctangent(s) of which will be returned.

Returns

Decimal

Notes

This function can only be applied for numbers between -1 and 1.

Examples

atan(1) returns 0.7853981633974483

Open in Github Built: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK