UNPKG

functionfoundry

Version:
15 lines (11 loc) 299 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = tau; var _constants = require('./constants'); // TAU returns the universal circle constant function tau() { return _constants.τ; } // Copyright 2015 JC Fisher module.exports = exports['default'];