UNPKG

theorem.js

Version:

A Math library for computation in JavaScript

4 lines (3 loc) 64 B
rad2deg(x) { return new BigNumber(x).times(180).div(this.pi) }