UNPKG

maycur-business

Version:

maycur business react components of web

14 lines (11 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = pi; var _constants = require("./constants"); // Copyright 2015-2018 FormBucket LLC // PI returns half the universal circle constant function pi() { return _constants.τ / 2; }