UNPKG

functionfoundry

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