UNPKG
math-cos
Version:
latest (1.0.0)
1.0.0
Computes the cosine of a number.
github.com/math-io/cos
math-io/cos
math-cos
/
lib
/
index.js
6 lines
(3 loc)
•
57 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
// EXPORTS //
module
.
exports
=
Math
.
cos
;