d3-force/src/math.js
2016-04-29 09:33:17 -07:00

3 lines
50 B
JavaScript

export var pi = Math.PI;
export var tau = 2 * pi;