UNPKG

@nexys/math-ts

Version:

[![npm version](https://badge.fury.io/js/%40nexys%2Fmath-ts.svg)](https://www.npmjs.com/package/@nexys/math-ts) [![TavisCI](https://travis-ci.com/Nexysweb/tableau-wdc-react.svg?branch=master)](https://travis-ci.com/github/Nexysweb/math-ts) [![Deployment](

5 lines (4 loc) 172 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toDegree = (rad) => rad / Math.PI * 180; exports.toRad = (deg) => deg / 180 * Math.PI;