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