Trigonometry.arctan2()
Estimate arctangent on four quadrants
Parameters
Name | Type | Description | |
---|---|---|---|
1 | x | number | |
2 | y | number |
Return value
number|false
the arctan2 of the angle or false
Usage
import {Trigonometry} from '@lcluber/type6js';
let arctan2 = Trigonometry.arctan2(2, 4);