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