source: node_modules/d3-chord/src/math.js@ e4c61dd

Last change on this file since e4c61dd was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Prototype 1.1

  • Property mode set to 100644
File size: 214 bytes
Line 
1export var abs = Math.abs;
2export var cos = Math.cos;
3export var sin = Math.sin;
4export var pi = Math.PI;
5export var halfPi = pi / 2;
6export var tau = pi * 2;
7export var max = Math.max;
8export var epsilon = 1e-12;
Note: See TracBrowser for help on using the repository browser.