UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

8 lines (5 loc) 139 B
const DEGREE = 180 / Math.PI; const toDegree = function (radian: number): number { return DEGREE * radian; }; export default toDegree;