Tfe

Ongi etorri tfe-ren webgunera...

convert.js

Deskargatu
Math.radians = function(degrees) {
      return degrees * Math.PI / 180;
};
Math.degrees = function(radians) {
      return radians * 180 / Math.PI;
};