xref
: /
plugin
/
asciidocjs
/
node_modules
/
core-js
/
fn
/
math
/
deg-per-rad.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
require
(
'../../
modules
/
es7.math.deg-per-rad
'
);
2
module
.
exports
=
Math
.
PI
/
180
;
3