jmeas/within-periodic-hole.js

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "within-periodic-hole.js",
  "version": "1.0.0",
  "homepage": "https://github.com/jmeas/within-periodic-hole.js",
  "authors": [
    "Jmeas <jellyes2@gmail.com>"
  ],
  "description": "Determine if a point is inside of a periodic hole.",
  "main": "dist/within-periodic-hole.js",
  "keywords": [
    "mathematics",
    "math",
    "period",
    "periodic",
    "contained",
    "within",
    "numbers",
    "hole",
    "holes",
    "solution",
    "function"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "nearest-periodic-value.js": "~1.0.0"
  }
}