Trigonometry.cosine()

Find the cosine of an angle

Parameters

NameTypeDescription
1anglenumber

Return value

number

the cosine of the angle

Usage

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

let cosine = Trigonometry.cosine(2);