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