Trigonometry.arctan()

Estimate arctangent from an angle on 2 quadrants

Parameters

NameTypeDescription
1anglenumber

Return value

number

the arctan of the angle

Usage

import {Trigonometry} from '@lcluber/type6js';

let arctan = Trigonometry.arctan(2);