Skip to content
CryoEagle edited this page Dec 31, 2018 · 7 revisions

arctan

Desc

Syntax:

arctan(x)
Argument Description
double x The value to arctan

Returns: double

Description:

Desc

Example:

arctan(5); //arctan

Desc about code.

Back to number_functions

Clone this wiki locally