UNPKG
@evojs/math
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.1.0
0.0.0
Nodejs math extension
github.com/evotool/js-math
evotool/js-math
@evojs/math
/
deg.function.js
9 lines
(8 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
deg
=
void
0
;
var
constants_1 =
require
(
"./constants"
);
function
deg
(
radians
) {
return
radians * constants_1.
DIV_180_PI
; }
exports
.
deg
= deg;