Trigonometry.arctan()
Estimate arctangent from an angle on 2 quadrants
Parameters
Name | Type | Description | |
---|---|---|---|
1 | angle | number |
Return value
number
the arctan of the angle
Usage
import {Trigonometry} from '@lcluber/type6js';
let arctan = Trigonometry.arctan(2);