cos constant

double Function(num radians) const cos

Computes and returns the cosine of the specified angle in radians.

Implementation

static const cos = math.cos;